mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Support default forum topic icons.
This commit is contained in:
@@ -571,7 +571,7 @@ bool WhoReadExists(not_null<HistoryItem*> item) {
|
||||
const auto peer = history->peer;
|
||||
const auto chat = peer->asChat();
|
||||
const auto megagroup = peer->asMegagroup();
|
||||
if (!chat && !megagroup) {
|
||||
if ((!chat && !megagroup) || peer->isForum()) {
|
||||
return false;
|
||||
}
|
||||
const auto &appConfig = peer->session().account().appConfig();
|
||||
|
||||
Reference in New Issue
Block a user