Fix the published flag for outbox activities

This commit is contained in:
Thomas Sileo
2019-08-22 00:45:49 +02:00
parent 40c7f4c7f0
commit 5dd6385fe6
3 changed files with 18 additions and 17 deletions

View File

@@ -39,6 +39,10 @@ class MetaKey(Enum):
PUBLIC = "public"
THREAD_ROOT_PARENT = "thread_root_parent"
SERVER = "server"
VISIBILITY = "visibility"
OBJECT_VISIBILITY = "object_visibility"
DELETED = "deleted"
BOOSTED = "boosted"
LIKED = "liked"