2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Prepare code for revoking of full history.

This commit is contained in:
John Preston
2019-03-21 16:07:32 +04:00
parent 2701e63406
commit dd8c526fb7
9 changed files with 111 additions and 162 deletions

View File

@@ -2411,7 +2411,7 @@ void History::dialogEntryApplied() {
}
}
} else {
App::main()->deleteConversation(peer, false);
clear();
}
return;
}