mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
Remove outdated TODO
This commit is contained in:
@@ -3481,7 +3481,6 @@ async fn apply_out_broadcast_changes(
|
|||||||
chat: &mut Chat,
|
chat: &mut Chat,
|
||||||
from_id: ContactId,
|
from_id: ContactId,
|
||||||
) -> Result<GroupChangesInfo> {
|
) -> Result<GroupChangesInfo> {
|
||||||
// TODO code duplication with apply_in_broadcast_changes()
|
|
||||||
ensure!(chat.typ == Chattype::OutBroadcast);
|
ensure!(chat.typ == Chattype::OutBroadcast);
|
||||||
|
|
||||||
let mut send_event_chat_modified = false;
|
let mut send_event_chat_modified = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user