mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Use shared_ptr<Memento> for sections.
This commit is contained in:
@@ -650,7 +650,7 @@ void Manager::openNotificationMessage(
|
||||
Ui::showPeerHistory(history, messageId);
|
||||
//} else if (messageFeed) { // #feed
|
||||
// App::wnd()->sessionController()->showSection(
|
||||
// std::make_unique<HistoryFeed::Memento>(messageFeed));
|
||||
// std::make_shared<HistoryFeed::Memento>(messageFeed));
|
||||
} else {
|
||||
Ui::showPeerHistory(history, ShowAtUnreadMsgId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user