mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-07 18:15:15 +00:00
showPeerHistory moved to Ui namespace
This commit is contained in:
@@ -2044,7 +2044,7 @@ void OverviewInner::goToMessage() {
|
||||
HistoryItem *item = App::contextItem();
|
||||
if (!item) return;
|
||||
|
||||
App::main()->showPeerHistory(item->history()->peer->id, item->id);
|
||||
Ui::showPeerHistoryAtItem(item);
|
||||
}
|
||||
|
||||
void OverviewInner::forwardMessage() {
|
||||
|
Reference in New Issue
Block a user