mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Allow admin sending to monoforum for free.
This commit is contained in:
@@ -1678,7 +1678,9 @@ int PeerData::starsPerMessage() const {
|
||||
|
||||
int PeerData::starsPerMessageChecked() const {
|
||||
if (const auto channel = asChannel()) {
|
||||
if (channel->adminRights() || channel->amCreator()) {
|
||||
if (channel->adminRights()
|
||||
|| channel->amCreator()
|
||||
|| amMonoforumAdmin()) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user