mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +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(
|
||||
this,
|
||||
revoke->checkbox,
|
||||
false,
|
||||
true,
|
||||
st::defaultBoxCheckbox);
|
||||
appendDetails(std::move(revoke->description));
|
||||
} else if (peer->isChannel()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue