mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-25 23:09:22 +00:00
Fix typo
This commit is contained in:
parent
01015fa1e3
commit
21669c5a02
@ -517,7 +517,7 @@ pub fn handle_event(e: &events_helper::Event) -> Res {
|
||||
None::<fn(&_) -> _>,
|
||||
)?;
|
||||
|
||||
// Disconnect users from conversation
|
||||
// Disconnect user from conversation
|
||||
user_ws_controller::foreach_connection(|f| {
|
||||
if f.user_id() == user_id && f.conversations.contains(conv_id) {
|
||||
f.clone().replace(|w| {
|
||||
|
Loading…
Reference in New Issue
Block a user