mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Get notification permission on install
Notifications are still configured off by default, but now we don't need to trigger the pop-down permission dialogue if the user enables them.
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@
|
||||
"offline_enabled": false,
|
||||
|
||||
"permissions": [
|
||||
"unlimitedStorage"
|
||||
"unlimitedStorage",
|
||||
"notifications"
|
||||
],
|
||||
|
||||
"icons": {
|
||||
|
||||
Reference in New Issue
Block a user