Toggled checkbox of deleting messages for both participants.
This commit is contained in:
parent
8b570f2e8f
commit
f0645753d4
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue