refactor: small renames

This commit is contained in:
Hocuri
2025-09-10 18:51:13 +02:00
parent dca184f72c
commit a5d9d43d47
5 changed files with 9 additions and 10 deletions

View File

@@ -1578,7 +1578,8 @@ async fn do_chat_assignment(
let name =
compute_mailinglist_name(mailinglist_header, &listid, mime_parser);
let secret = create_broadcast_shared_secret();
chat::create_broadcast_ex(context, Nosync, listid, name, secret).await?
chat::create_out_broadcast_ex(context, Nosync, listid, name, secret)
.await?
},
);
}