mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-26 15:33:02 +02:00
Remove checklist creation in broadcasts.
This commit is contained in:
parent
c3157fe90d
commit
f8acc55365
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ bool PeerData::canCreatePolls() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool PeerData::canCreateTodoLists() const {
|
bool PeerData::canCreateTodoLists() const {
|
||||||
if (isMonoforum()) {
|
if (isMonoforum() || isBroadcast()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return session().premium()
|
return session().premium()
|
||||||
|
|
Loading…
Add table
Reference in a new issue