Fix for local poll answers

This commit is contained in:
Thomas Sileo
2019-08-25 11:09:34 +02:00
parent 4216b0b857
commit bb43aec474
2 changed files with 8 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ class MetaKey(Enum):
NOTIFICATION_UNREAD = "notification_unread"
NOTIFICATION_FOLLOWS_BACK = "notification_follows_back"
POLL_ANSWER = "poll_answer"
POLL_ANSWER_TO = "poll_answer_to"
STREAM = "stream"
ACTOR_ID = "actor_id"
ACTOR = "actor"