Remove TODO

Not possible to use create_multiuser_record(), because it's nicer to do
things in a transaction here
This commit is contained in:
Hocuri
2025-09-10 18:55:40 +02:00
parent a5d9d43d47
commit abd091db4c

View File

@@ -3846,7 +3846,6 @@ pub(crate) async fn create_out_broadcast_ex(
)?;
ensure!(cnt == 0, "{cnt} chats exist with grpid {grpid}");
// TODO check if this should use create_multiuser_record()
t.execute(
"INSERT INTO chats \
(type, name, grpid, created_timestamp) \