mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Toggled checkbox of deleting messages for both participants.
This commit is contained in:
parent
8b570f2e8f
commit
f0645753d4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue