Improve replies handling

This commit is contained in:
Thomas Sileo
2019-08-25 12:48:04 +02:00
parent bb43aec474
commit 3f65368547
3 changed files with 29 additions and 11 deletions

View File

@@ -40,6 +40,9 @@ class MetaKey(Enum):
PUBLIC = "public"
THREAD_ROOT_PARENT = "thread_root_parent"
IN_REPLY_TO_SELF = "in_reply_to_self"
IN_REPLY_TO_ACTOR = "in_reply_to_actor"
SERVER = "server"
VISIBILITY = "visibility"
OBJECT_VISIBILITY = "object_visibility"