mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-14 15:33:38 +00:00
Show community status across ordinary peer lists
Task: 2026/07/23/show-community-status-in-peer-lists
This commit is contained in:
@@ -266,7 +266,7 @@ RecentRow::RecentRow(not_null<PeerData*> peer)
|
||||
chat->count));
|
||||
}
|
||||
} else if (const auto channel = peer->asChannel()) {
|
||||
if (channel->membersCountKnown()) {
|
||||
if (!channel->isCommunity() && channel->membersCountKnown()) {
|
||||
setCustomStatus((channel->isBroadcast()
|
||||
? tr::lng_chat_status_subscribers
|
||||
: tr::lng_chat_status_members)(
|
||||
|
||||
Reference in New Issue
Block a user