mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Support creating polls in RepliesSection.
This commit is contained in:
@@ -128,6 +128,10 @@ public:
|
||||
virtual bool replyToMessage(not_null<HistoryItem*> item) {
|
||||
return false;
|
||||
}
|
||||
[[nodiscard]] virtual MsgId currentReplyToIdFor(
|
||||
not_null<History*> history) const {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Create a memento of that section to store it in the history stack.
|
||||
// This method may modify the section ("take" heavy items).
|
||||
|
||||
Reference in New Issue
Block a user