Don't show notifications from other admins.

This commit is contained in:
John Preston 2025-06-04 18:26:30 +04:00
parent 910b6d8879
commit 90e445eec9

View file

@ -1713,6 +1713,9 @@ bool HistoryItem::skipNotification() const {
if (forwarded->imported) {
return true;
}
} else if (_history->amMonoforumAdmin()
&& from() == _history->peer->monoforumBroadcast()) {
return true;
}
return false;
}