Fixed display of join action button in profile top bar on channel join.

This commit is contained in:
23rd
2025-11-01 10:12:15 +03:00
parent 68e9c63693
commit 63ad80200e
@@ -383,6 +383,7 @@ TopBar::TopBar(
_peer->session().changes().peerFlagsValue(
_peer,
Data::PeerUpdate::Flag::FullInfo
| Data::PeerUpdate::Flag::ChannelAmIn
) | rpl::start_with_next([=] {
setupActions(controller);
}, lifetime());