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(
|
_revoke.create(
|
||||||
this,
|
this,
|
||||||
revoke->checkbox,
|
revoke->checkbox,
|
||||||
false,
|
true,
|
||||||
st::defaultBoxCheckbox);
|
st::defaultBoxCheckbox);
|
||||||
appendDetails(std::move(revoke->description));
|
appendDetails(std::move(revoke->description));
|
||||||
} else if (peer->isChannel()) {
|
} else if (peer->isChannel()) {
|
||||||
|
|
Loading…
Reference in New Issue