Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sending out multiple websocket notifications
For some reason I encountered a strange bug which resulted in sending out multiple websocket notifications for the exact same user. Added a `distinct()` for the query to filter out multiple uuid's.
- Loading branch information