mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Merge pull request #318 from vector-im/bwindels/avoid_bogus_notifs
opt-out for unread count notifications, which cause bogus notifs
This commit is contained in:
commit
ced98d02d5
@ -32,6 +32,9 @@ export class NotificationService {
|
||||
const data = {
|
||||
endpoint: subscriptionData.endpoint,
|
||||
auth: subscriptionData.keys.auth,
|
||||
// don't deliver unread count push messages
|
||||
// as we don't want to show a notification in this case
|
||||
events_only: true,
|
||||
default_payload: defaultPayload
|
||||
};
|
||||
return pusherFactory.httpPusher(
|
||||
|
Loading…
Reference in New Issue
Block a user