Bootstrap EmojiReaction support

This commit is contained in:
Thomas Sileo
2020-01-26 12:35:03 +01:00
parent c0c1a55eeb
commit f2f541c15c
3 changed files with 21 additions and 2 deletions

View File

@@ -70,6 +70,8 @@ class MetaKey(Enum):
COUNT_BOOST = "count_boost"
COUNT_REPLY = "count_reply"
EMOJI_REACTIONS = "emoji_reactions"
def _meta(mk: MetaKey) -> str:
return f"meta.{mk.value}"