forked from coracle/flotilla
fix: turn on notification defaults and prompt on first DM visit
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user