mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
API scheme downgraded to layer 76.
This commit is contained in:
@@ -27,7 +27,7 @@ struct FeedUpdate {
|
||||
FeedUpdateFlag flag;
|
||||
};
|
||||
|
||||
MessagePosition FeedPositionFromMTP(const MTPFeedPosition &position);
|
||||
//MessagePosition FeedPositionFromMTP(const MTPFeedPosition &position); // #feed
|
||||
|
||||
class Feed : public Dialogs::Entry {
|
||||
public:
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
void messageRemoved(not_null<HistoryItem*> item);
|
||||
void historyCleared(not_null<History*> history);
|
||||
|
||||
void applyDialog(const MTPDdialogFeed &data);
|
||||
//void applyDialog(const MTPDdialogFeed &data); // #feed
|
||||
void setUnreadCounts(int unreadNonMutedCount, int unreadMutedCount);
|
||||
void setUnreadPosition(const MessagePosition &position);
|
||||
void unreadCountChanged(
|
||||
|
Reference in New Issue
Block a user