mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Optimize getPeerDialog requests.
This commit is contained in:
@@ -253,7 +253,6 @@ public:
|
||||
|
||||
void scheduleViewIncrement(HistoryItem *item);
|
||||
|
||||
void onSelfParticipantUpdated(ChannelData *channel);
|
||||
void feedChannelDifference(const MTPDupdates_channelDifference &data);
|
||||
|
||||
// Mayde public for ApiWrap, while it is still here.
|
||||
@@ -537,9 +536,6 @@ private:
|
||||
int _cachedY = 0;
|
||||
SingleTimer _cacheBackgroundTimer;
|
||||
|
||||
typedef QMap<ChannelData*, bool> UpdatedChannels;
|
||||
UpdatedChannels _updatedChannels;
|
||||
|
||||
PhotoData *_deletingPhoto = nullptr;
|
||||
|
||||
typedef QMap<MsgId, bool> ViewsIncrementMap;
|
||||
|
Reference in New Issue
Block a user