Bootstrap EmojiReaction support
This commit is contained in:
parent
c0c1a55eeb
commit
f2f541c15c
3 changed files with 21 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue