2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fixed crash with forbidden megagroup in App::feedChats.

ReplyMarkupClickHandler holds FullMsgId instead of HistoryItem*.
This commit is contained in:
John Preston
2016-06-15 08:36:59 +03:00
parent 893cd9e877
commit 021c8896c8
3 changed files with 43 additions and 12 deletions

View File

@@ -905,6 +905,7 @@ public:
void clickHandlerPressedChanged(const ClickHandlerPtr &p, bool pressed);
void clearSelection();
void updateMessageId();
private:
const HistoryItem *_item;