mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Removed ability to set wallpaper to chat with bot verification.
This commit is contained in:
@@ -1186,6 +1186,9 @@ void Filler::addCreatePoll() {
|
||||
}
|
||||
|
||||
void Filler::addThemeEdit() {
|
||||
if (_peer->isVerifyCodes()) {
|
||||
return;
|
||||
}
|
||||
const auto user = _peer->asUser();
|
||||
if (!user || user->isInaccessible()) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user