mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 09:57:08 -04:00
Forgot To Apply The True False
This commit is contained in:
parent
7f8b3de156
commit
d832344adb
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ function applyDefaultSettings(guildId: string | null) {
|
|||
updateGuildNotificationSettings(guildId,
|
||||
{
|
||||
muted: settings.store.guild,
|
||||
mobile_push: settings.store.mobilePush,
|
||||
mobile_push: !settings.store.mobilePush,
|
||||
suppress_everyone: settings.store.everyone,
|
||||
suppress_roles: settings.store.role,
|
||||
mute_scheduled_events: settings.store.events,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue