mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
new flat boxes started
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
void createDialog(History *history);
|
||||
void moveDialogToTop(const History::DialogLinks &links);
|
||||
void dlgUpdated(DialogRow *row);
|
||||
void dlgUpdated(History *row);
|
||||
void dlgUpdated(History *row, MsgId msgId);
|
||||
void removePeer(PeerData *peer);
|
||||
void removeContact(UserData *user);
|
||||
|
||||
@@ -200,7 +200,7 @@ public:
|
||||
void loadDialogs();
|
||||
void createDialog(History *history);
|
||||
void dlgUpdated(DialogRow *row);
|
||||
void dlgUpdated(History *row);
|
||||
void dlgUpdated(History *row, MsgId msgId);
|
||||
|
||||
void dialogsToUp();
|
||||
|
||||
|
Reference in New Issue
Block a user