Bugfixes and notifications improvements

This commit is contained in:
Thomas Sileo
2019-07-29 22:20:13 +02:00
parent d70c73cad7
commit bf954adaea
6 changed files with 87 additions and 38 deletions

View File

@@ -20,6 +20,9 @@ class MetaKey(Enum):
ACTOR_ID = "actor_id"
UNDO = "undo"
PUBLISHED = "published"
GC_KEEP = "gc_keep"
OBJECT = "object"
OBJECT_ACTOR = "object_actor"
def _meta(mk: MetaKey) -> str: