mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
fmt
This commit is contained in:
@@ -1769,9 +1769,8 @@ async fn apply_group_changes(
|
||||
}
|
||||
|
||||
// recreate member list
|
||||
if recreate_member_list {
|
||||
if !chat::is_contact_in_chat(context, chat_id, from_id).await?
|
||||
{
|
||||
if recreate_member_list {
|
||||
if !chat::is_contact_in_chat(context, chat_id, from_id).await? {
|
||||
warn!(
|
||||
context,
|
||||
"Contact {} attempts to modify group chat {} member list without being a member.",
|
||||
|
||||
Reference in New Issue
Block a user