0
0
Fork 0

Change how missing desktop notifications permission is displayed (#14985)

Add missing controls for new notification type
This commit is contained in:
Eugen Rochko 2020-10-15 16:24:47 +02:00 committed by GitHub
parent b4c4af18dc
commit a69ca29473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 92 additions and 45 deletions

View file

@ -14,6 +14,7 @@ export const closeOnboarding = () => dispatch => {
dispatch(changeSetting(['notifications', 'alerts', 'reblog'], true));
dispatch(changeSetting(['notifications', 'alerts', 'mention'], true));
dispatch(changeSetting(['notifications', 'alerts', 'poll'], true));
dispatch(changeSetting(['notifications', 'alerts', 'status'], true));
dispatch(saveSettings());
}
}));