geforkt von mirrored/vaultwarden
Merge pull request #3405 from BlackDex/fix-multiple-websocket-messages
Fix sending out multiple websocket notifications
Dieser Commit ist enthalten in:
Commit
c5bcc340fa
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -715,6 +715,7 @@ impl UserOrganization {
|
|||
)
|
||||
)
|
||||
.select(users_organizations::all_columns)
|
||||
.distinct()
|
||||
.load::<UserOrganizationDb>(conn).expect("Error loading user organizations").from_db()
|
||||
}}
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren