mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
merged supergroup with migrated group history, loading messages by 3 (temp! testing)
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
void moveDialogToTop(const History::DialogLinks &links);
|
||||
void dlgUpdated(DialogRow *row);
|
||||
void dlgUpdated(History *row, MsgId msgId);
|
||||
void removePeer(PeerData *peer);
|
||||
void removeDialog(History *history);
|
||||
void removeContact(UserData *user);
|
||||
|
||||
void loadPeerPhotos(int32 yFrom);
|
||||
@@ -216,7 +216,7 @@ public:
|
||||
void peerAfter(const PeerData *inPeer, MsgId inMsg, PeerData *&outPeer, MsgId &outMsg) const;
|
||||
void scrollToPeer(const PeerId &peer, MsgId msgId);
|
||||
|
||||
void removePeer(PeerData *peer);
|
||||
void removeDialog(History *history);
|
||||
void removeContact(UserData *user);
|
||||
|
||||
DialogsIndexed &contactsList();
|
||||
|
Reference in New Issue
Block a user