mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-27 21:25:10 -06: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. |
||
|---|---|---|
| .. | ||
| attachment.rs | ||
| cipher.rs | ||
| collection.rs | ||
| device.rs | ||
| emergency_access.rs | ||
| event.rs | ||
| favorite.rs | ||
| folder.rs | ||
| group.rs | ||
| mod.rs | ||
| org_policy.rs | ||
| organization.rs | ||
| send.rs | ||
| two_factor_incomplete.rs | ||
| two_factor.rs | ||
| user.rs | ||