psychobunny / nodebb-plugin-desktop-notifications

This NodeBB plugin uses the HTML5 Notifications API to display desktop alerts upon new incoming notifications.
BSD 2-Clause "Simplified" License
19 stars 16 forks source link

Notifications with identical uniqueIds should not result in a new notification #2

Closed julianlam closed 9 years ago

julianlam commented 10 years ago

selection_013

Note the above are both pointing to the same topic, but in NodeBB, they are given the same uniqueId, topic:436. If a new notification alert comes in that has the same uniqueId as an already existing notification, trash the existing notification and replace it with the newer one.

akhoury commented 10 years ago

+1

psychobunny commented 9 years ago

Fixed in core