1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

First shot at parsing replies tree

This commit is contained in:
Thomas Sileo
2022-06-24 22:41:43 +02:00
parent baceb6be6c
commit b3cbf1f6db
7 changed files with 99 additions and 11 deletions

View File

@ -53,7 +53,7 @@ class Object:
return ap.object_visibility(self.ap_object)
@property
def context(self) -> str | None:
def ap_context(self) -> str | None:
return self.ap_object.get("context") or self.ap_object.get("conversation")
@property