mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-28 00:12:26 +00:00
Fix external quote-reply to topic message.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user