mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 16:51:00 +00:00
Discard emoji reactions for now
This commit is contained in:
parent
f17f9df27e
commit
a3b6996413
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ class InboxMessageStates(StateGraph):
|
|||
case "remove":
|
||||
# We are ignoring these right now (probably pinned items)
|
||||
pass
|
||||
case "http://litepub.social/ns#emojireact":
|
||||
# We're ignoring emoji reactions for now
|
||||
pass
|
||||
case "flag":
|
||||
# Received reports
|
||||
await sync_to_async(Report.handle_ap)(instance.message)
|
||||
|
|
Loading…
Reference in a new issue