Fix external quote-reply to topic message.

This commit is contained in:
John Preston
2023-10-31 09:01:01 +04:00
parent d1c310de00
commit 475b2ac739
6 changed files with 27 additions and 10 deletions
@@ -850,7 +850,8 @@ void SessionNavigation::showRepliesForMessage(
auto memento = std::make_shared<HistoryView::RepliesMemento>(
history,
rootId,
commentId);
commentId,
params.highlightPart);
memento->setFromTopic(topic);
showSection(std::move(memento), params);
return;