mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 23:45:44 +00:00
Remove showing monoforums inside dialogs widget.
This commit is contained in:
@@ -1594,18 +1594,6 @@ void MainWidget::showForum(
|
||||
}
|
||||
}
|
||||
|
||||
void MainWidget::showMonoforum(
|
||||
not_null<Data::SavedMessages*> monoforum,
|
||||
const SectionShow ¶ms) {
|
||||
Expects(_dialogs != nullptr);
|
||||
|
||||
_dialogs->showMonoforum(monoforum, params);
|
||||
|
||||
if (params.activation != anim::activation::background) {
|
||||
_controller->window().hideSettingsAndLayer();
|
||||
}
|
||||
}
|
||||
|
||||
PeerData *MainWidget::peer() const {
|
||||
return _history->peer();
|
||||
}
|
||||
|
Reference in New Issue
Block a user