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