mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Separate window for forums/topics/sublists/archive.
This commit is contained in:
@@ -1096,7 +1096,7 @@ void Manager::openNotificationMessage(
|
||||
&& item->isRegular()
|
||||
&& (item->out() || (item->mentionsMe() && !history->peer->isUser()));
|
||||
const auto topic = item ? item->topic() : nullptr;
|
||||
const auto separate = Core::App().separateWindowForPeer(history->peer);
|
||||
const auto separate = Core::App().separateWindowFor(history->peer);
|
||||
const auto window = separate
|
||||
? separate->sessionController()
|
||||
: history->session().tryResolveWindow();
|
||||
|
Reference in New Issue
Block a user