mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
showPeerHistory moved to Ui namespace
This commit is contained in:
@@ -2620,7 +2620,7 @@ public:
|
||||
tomsg = false;
|
||||
}
|
||||
}
|
||||
App::main()->showPeerHistory(history->peer->id, tomsg ? _msgId : ShowAtUnreadMsgId);
|
||||
Ui::showPeerHistory(history, tomsg ? _msgId : ShowAtUnreadMsgId);
|
||||
App::wnd()->notifyClear(history);
|
||||
}
|
||||
SetForegroundWindow(App::wnd()->psHwnd());
|
||||
|
Reference in New Issue
Block a user