fix: turn on notification defaults and prompt on first DM visit

This commit is contained in:
2026-05-26 11:32:32 +05:30
parent 6dbe9c0ebb
commit f3763eee7e
8 changed files with 49 additions and 7 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ export const device = withGetter(writable(randomId()))
export const notificationSettings = withGetter(
writable({
push: false,
sound: false,
sound: true,
badge: false,
spaces: true,
mentions: true,