Fix reply counter

This commit is contained in:
Thomas Sileo
2019-08-16 21:16:25 +02:00
parent 7bd2aa4592
commit 852ffc00c6
3 changed files with 19 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ class MetaKey(Enum):
OBJECT_ACTOR_ID = "object_actor_id"
OBJECT_ACTOR_HASH = "object_actor_hash"
PUBLIC = "public"
THREAD_ROOT_PARENT = "thread_root_parent"
DELETED = "deleted"
BOOSTED = "boosted"