forked from jmug/stoatchat
fix: execute query to remove users from groups
This commit is contained in:
@@ -702,6 +702,8 @@ impl Channel {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
db.remove_user_from_group(id, &user.id).await?;
|
||||||
|
|
||||||
EventV1::ChannelGroupLeave {
|
EventV1::ChannelGroupLeave {
|
||||||
id: id.to_string(),
|
id: id.to_string(),
|
||||||
user: user.id.to_string(),
|
user: user.id.to_string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user