fix: execute query to remove users from groups

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
This commit is contained in:
Paul Makles
2024-07-10 14:04:17 +01:00
committed by IAmTomahawkx
parent 8468ce19cb
commit a9e309395e

View File

@@ -702,6 +702,8 @@ impl Channel {
}
}
db.remove_user_from_group(id, &user.id).await?;
EventV1::ChannelGroupLeave {
id: id.to_string(),
user: user.id.to_string(),