From abd091db4ca55d4f4b7a87cc89c10eee9c558299 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Wed, 10 Sep 2025 18:55:40 +0200 Subject: [PATCH] Remove TODO Not possible to use create_multiuser_record(), because it's nicer to do things in a transaction here --- src/chat.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chat.rs b/src/chat.rs index 595353b33..1969f7896 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -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) \