mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-11 06:03:40 +00:00
Add community photo editing in the manage box.
This commit is contained in:
@@ -1081,7 +1081,8 @@ const style::icon *ChatTypeIcon(
|
||||
st::dialogsChannelIcon,
|
||||
context.active,
|
||||
context.selected);
|
||||
} else if (peer->displayAsForum()) {
|
||||
} else if (peer->displayAsForum()
|
||||
|| (peer->isChannel() && peer->asChannel()->isCommunity())) {
|
||||
return &ThreeStateIcon(
|
||||
st::dialogsForumIcon,
|
||||
context.active,
|
||||
|
||||
Reference in New Issue
Block a user