mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-02-05 18:58:10 -05:00
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.