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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user