feat(notifications_blacklist): speaking

This commit is contained in:
rhunk 2024-05-04 18:14:13 +02:00
parent e019ceee74
commit af7d5c9f4f
2 changed files with 8 additions and 6 deletions

View File

@ -1061,6 +1061,7 @@
"snap": "Snap",
"typing": "Typing",
"stories": "Stories",
"speaking": "Speaking",
"chat_reaction": "DM Reaction",
"group_chat_reaction": "Group Reaction",
"initiate_audio": "Incoming Audio Call",

View File

@ -21,6 +21,7 @@ enum class NotificationType (
CHAT_REPLY("chat_reply", true),
TYPING("typing", true),
STORIES("stories", true),
SPEAKING("speaking", true),
DM_REACTION("chat_reaction", true, null,"snap_reaction", "voicenote_reaction"),
GROUP_REACTION("group_chat_reaction", true, null,"group_snap_reaction", "group_voicenote_reaction"),
INITIATE_AUDIO("initiate_audio", true),