2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Start feeds support.

This commit is contained in:
John Preston
2018-01-04 12:40:58 +03:00
parent 46612ef128
commit 724fe65d72
15 changed files with 199 additions and 32 deletions

View File

@@ -38,9 +38,9 @@ public:
return *i;
}
Row *addToEnd(History *history);
Row *addToEnd(not_null<History*> history);
Row *adjustByName(const PeerData *peer);
Row *addByName(History *history);
Row *addByName(not_null<History*> history);
bool moveToTop(PeerId peerId);
void adjustByPos(Row *row);
bool del(PeerId peerId, Row *replacedBy = nullptr);