From 2e70cf938860fa7f76712ef05dbbefdcf9e5b353 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 1 Nov 2023 13:11:56 +0100 Subject: [PATCH] remove comment pointing to nothing documentation and reasoning is fully in `delete_chat()`, the remove line does not add much to it, also, the hint to "above" is wrong. --- src/chat.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chat.rs b/src/chat.rs index b6d593822..4fba6b61f 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -630,7 +630,6 @@ impl ChatId { "bad chat_id, can not be a special chat: {}", self ); - /* Up to 2017-11-02 deleting a group also implied leaving it, see above why we have changed this. */ let chat = Chat::load_from_db(context, self).await?; context