Add community photo editing in the manage box.

This commit is contained in:
John Preston
2026-06-12 20:03:47 +04:00
parent 31cd148e87
commit 628b502228
3 changed files with 66 additions and 15 deletions
@@ -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,