Fix for local poll answers
This commit is contained in:
parent
4216b0b857
commit
bb43aec474
2 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue