Tweak reply processing

This commit is contained in:
Thomas Sileo
2019-09-03 22:24:30 +02:00
parent 2f0e99bda0
commit 90609468f1
2 changed files with 10 additions and 4 deletions

View File

@@ -54,6 +54,8 @@ class MetaKey(Enum):
THREAD_ROOT_PARENT = "thread_root_parent"
IN_REPLY_TO = "in_reply_to"
IN_REPLY_TO_URL = "in_reply_to_url"
IN_REPLY_TO_SELF = "in_reply_to_self"
IN_REPLY_TO_ACTOR = "in_reply_to_actor"