2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

comments show-hide in channels

This commit is contained in:
John Preston
2015-09-19 12:13:21 +03:00
parent ab7a745a49
commit 56a63a5b10
28 changed files with 1762 additions and 738 deletions

View File

@@ -389,6 +389,8 @@ public:
void ctrlEnterSubmitUpdated();
void setInnerFocus();
HistoryItem *atTopImportantMsg(int32 &bottomUnderScrollTop) const;
~MainWidget();
signals:
@@ -466,7 +468,7 @@ private:
void readRequestDone(PeerData *peer);
void messagesAffected(PeerData *peer, const MTPmessages_AffectedMessages &result);
void photosLoaded(History *h, const MTPmessages_Messages &msgs, mtpRequestId req);
void overviewLoaded(History *h, const MTPmessages_Messages &msgs, mtpRequestId req);
bool _started;