mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 15:47:11 +02:00
Disable create polls in support accounts.
This commit is contained in:
parent
07e3671ca8
commit
cd75a45673
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ int PeerData::slowmodeSecondsLeft() const {
|
|||
|
||||
bool PeerData::canSendPolls() const {
|
||||
if (const auto user = asUser()) {
|
||||
return user->isBot();
|
||||
return user->isBot() && !user->isSupport();
|
||||
} else if (const auto chat = asChat()) {
|
||||
return chat->canSendPolls();
|
||||
} else if (const auto channel = asChannel()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue