mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
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.
This commit is contained in:
committed by
holger krekel
parent
2efd0461d1
commit
2e70cf9388
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user