mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-24 14:33:02 +02:00
Removed ability to set wallpaper to chat with bot verification.
This commit is contained in:
parent
0638c86211
commit
df69a70dd7
1 changed files with 3 additions and 0 deletions
|
@ -1186,6 +1186,9 @@ void Filler::addCreatePoll() {
|
|||
}
|
||||
|
||||
void Filler::addThemeEdit() {
|
||||
if (_peer->isVerifyCodes()) {
|
||||
return;
|
||||
}
|
||||
const auto user = _peer->asUser();
|
||||
if (!user || user->isInaccessible()) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue