1
0
Fork 0
vaultwarden-test/src/db
BlackDex bff54fbfdb
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.
2023-04-02 15:23:36 +02:00
..
models Fix sending out multiple websocket notifications 2023-04-02 15:23:36 +02:00
schemas Merge branch 'main' into feature/kdf-options 2023-02-12 19:23:14 +01:00
mod.rs Fix some lints: explicit Arc::clone, and unnecessary return after unreachable! 2023-01-09 19:54:25 +01:00