mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-29 21:10:20 +02:00
feat(notifications_blacklist): speaking
This commit is contained in:
parent
e019ceee74
commit
af7d5c9f4f
@ -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",
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user