From 153ced714173deb0b368a175462841c76d868881 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Mon, 1 Sep 2025 08:23:30 +0200 Subject: [PATCH] Remove outdated TODO --- src/receive_imf.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/receive_imf.rs b/src/receive_imf.rs index d4f13cdd5..cf330171a 100644 --- a/src/receive_imf.rs +++ b/src/receive_imf.rs @@ -3481,7 +3481,6 @@ async fn apply_out_broadcast_changes( chat: &mut Chat, from_id: ContactId, ) -> Result { - // TODO code duplication with apply_in_broadcast_changes() ensure!(chat.typ == Chattype::OutBroadcast); let mut send_event_chat_modified = false;