fix: turn on notification defaults and prompt on first DM visit (#284)

Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com>
Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com>
This commit is contained in:
2026-05-29 15:13:10 +00:00
committed by hodlbod
parent 045d6983dc
commit 8dd278f47c
8 changed files with 46 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,