mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
ChatId::create_multiuser_record(): Log blocked of created chat
This commit is contained in:
@@ -283,7 +283,11 @@ impl ChatId {
|
||||
let chat_id = ChatId::new(u32::try_from(row_id)?);
|
||||
info!(
|
||||
context,
|
||||
"Created group/mailinglist '{}' grpid={} as {}", grpname, grpid, chat_id
|
||||
"Created group/mailinglist '{}' grpid={} as {}, blocked={}",
|
||||
grpname,
|
||||
grpid,
|
||||
chat_id,
|
||||
create_blocked,
|
||||
);
|
||||
|
||||
Ok(chat_id)
|
||||
|
||||
Reference in New Issue
Block a user