mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
FullMsgId rely on PeerId instead of ChannelId.
This commit is contained in:
@@ -1429,7 +1429,7 @@ void MainWidget::ui_showPeerHistory(
|
||||
if (const auto history = _history->history()) {
|
||||
_dialogs->scrollToEntry(Dialogs::RowDescriptor(
|
||||
history,
|
||||
FullMsgId(history->channelId(), showAtMsgId)));
|
||||
FullMsgId(history->peer->id, showAtMsgId)));
|
||||
}
|
||||
}
|
||||
_dialogs->update();
|
||||
|
Reference in New Issue
Block a user