mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-30 21:40:17 +02:00
feat(notifications_blacklist): speaking
This commit is contained in:
parent
e019ceee74
commit
af7d5c9f4f
@ -1061,6 +1061,7 @@
|
|||||||
"snap": "Snap",
|
"snap": "Snap",
|
||||||
"typing": "Typing",
|
"typing": "Typing",
|
||||||
"stories": "Stories",
|
"stories": "Stories",
|
||||||
|
"speaking": "Speaking",
|
||||||
"chat_reaction": "DM Reaction",
|
"chat_reaction": "DM Reaction",
|
||||||
"group_chat_reaction": "Group Reaction",
|
"group_chat_reaction": "Group Reaction",
|
||||||
"initiate_audio": "Incoming Audio Call",
|
"initiate_audio": "Incoming Audio Call",
|
||||||
|
@ -21,6 +21,7 @@ enum class NotificationType (
|
|||||||
CHAT_REPLY("chat_reply", true),
|
CHAT_REPLY("chat_reply", true),
|
||||||
TYPING("typing", true),
|
TYPING("typing", true),
|
||||||
STORIES("stories", true),
|
STORIES("stories", true),
|
||||||
|
SPEAKING("speaking", true),
|
||||||
DM_REACTION("chat_reaction", true, null,"snap_reaction", "voicenote_reaction"),
|
DM_REACTION("chat_reaction", true, null,"snap_reaction", "voicenote_reaction"),
|
||||||
GROUP_REACTION("group_chat_reaction", true, null,"group_snap_reaction", "group_voicenote_reaction"),
|
GROUP_REACTION("group_chat_reaction", true, null,"group_snap_reaction", "group_voicenote_reaction"),
|
||||||
INITIATE_AUDIO("initiate_audio", true),
|
INITIATE_AUDIO("initiate_audio", true),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user