Toggled checkbox of deleting messages for both participants.

This commit is contained in:
23rd 2022-11-06 18:31:18 +03:00 committed by John Preston
parent 8b570f2e8f
commit f0645753d4
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ void DeleteMessagesBox::prepare() {
_revoke.create(
this,
revoke->checkbox,
false,
true,
st::defaultBoxCheckbox);
appendDetails(std::move(revoke->description));
} else if (peer->isChannel()) {