mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-25 15:03:03 +02:00
parent
133d7874e3
commit
16d5dbe71c
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ bool WhoReadExists(not_null<HistoryItem*> item) {
|
|||
if ((!chat && !megagroup)
|
||||
|| (megagroup
|
||||
&& (megagroup->flags() & ChannelDataFlag::ParticipantsHidden))
|
||||
|| megagroup->isMonoforum()) {
|
||||
|| (megagroup && megagroup->isMonoforum())) {
|
||||
return false;
|
||||
}
|
||||
const auto &appConfig = peer->session().appConfig();
|
||||
|
|
Loading…
Add table
Reference in a new issue