-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Have notify_push enabled
- Check the requests when you receive a new notification
Expected behaviour
Notification should only be queried once
Actual behaviour
Notifications are queried twice from the API. After investigating, mounted is called twice, leading to registering the listener for notify push twice.
E.g. duplicate registering on page load:
Duplicate data:
I am unable to reproduce the behavior in my dev instance (neither master, nor stable30), but I see it on 2 production instance, one that was recently updated to NC 31 RC 1, the other running NC 30.0.5.
Reactions are currently unavailable