mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Feed top bar placeholder.
This commit is contained in:
@@ -52,14 +52,14 @@ public:
|
||||
|
||||
void updateDragInScroll(bool inScroll);
|
||||
|
||||
void searchInPeer(PeerData *peer);
|
||||
void searchInChat(Dialogs::Key chat);
|
||||
|
||||
void loadDialogs();
|
||||
void loadPinnedDialogs();
|
||||
void createDialog(Dialogs::Key key);
|
||||
void removeDialog(Dialogs::Key key);
|
||||
void dlgUpdated(Dialogs::Mode list, not_null<Dialogs::Row*> row);
|
||||
void dlgUpdated(not_null<History*> history, MsgId msgId);
|
||||
void repaintDialogRow(Dialogs::Mode list, not_null<Dialogs::Row*> row);
|
||||
void repaintDialogRow(not_null<History*> history, MsgId messageId);
|
||||
|
||||
void dialogsToUp();
|
||||
|
||||
|
Reference in New Issue
Block a user