mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Fix forum showing when group not opened.
This commit is contained in:
parent
180e663a43
commit
ec61ac29ea
1 changed files with 1 additions and 1 deletions
|
@ -1972,7 +1972,7 @@ void SessionController::setActiveChatEntry(Dialogs::RowDescriptor row) {
|
||||||
{ anim::type::normal, anim::activation::background });
|
{ anim::type::normal, anim::activation::background });
|
||||||
showForum(channel->forum(),
|
showForum(channel->forum(),
|
||||||
{ anim::type::normal, anim::activation::background });
|
{ anim::type::normal, anim::activation::background });
|
||||||
}, _shownForumLifetime);
|
}, _activeHistoryLifetime);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (session().supportMode()) {
|
if (session().supportMode()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue