mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Check some more App::main()s.
This commit is contained in:
@@ -246,7 +246,8 @@ void BlockedBoxController::loadMoreRows() {
|
||||
}
|
||||
|
||||
void BlockedBoxController::rowClicked(not_null<PeerListRow*> row) {
|
||||
InvokeQueued(App::main(), [peerId = row->peer()->id] {
|
||||
const auto peer = row->peer();
|
||||
crl::on_main(&peer->session(), [peerId = peer->id] {
|
||||
Ui::showPeerHistory(peerId, ShowAtUnreadMsgId);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user