2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Fix fast reply from message corner in Replies section.

This commit is contained in:
John Preston
2020-09-30 21:04:08 +03:00
parent e8a58c4c8d
commit 745bbfe268
4 changed files with 16 additions and 2 deletions

View File

@@ -125,6 +125,10 @@ public:
return false;
}
virtual bool replyToMessage(not_null<HistoryItem*> item) {
return false;
}
// Create a memento of that section to store it in the history stack.
// This method may modify the section ("take" heavy items).
virtual std::unique_ptr<SectionMemento> createMemento();