Fix forum showing when group not opened.

This commit is contained in:
John Preston 2025-05-07 22:17:49 +04:00
parent 180e663a43
commit ec61ac29ea

View file

@ -1972,7 +1972,7 @@ void SessionController::setActiveChatEntry(Dialogs::RowDescriptor row) {
{ anim::type::normal, anim::activation::background });
showForum(channel->forum(),
{ anim::type::normal, anim::activation::background });
}, _shownForumLifetime);
}, _activeHistoryLifetime);
}
}
if (session().supportMode()) {