2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Add block user box. Search isn't working yet.

Add a box containing all chats and contacts for blocking users.
Contacts and dialogs loaded state can be accessed in AuthSession.
This commit is contained in:
John Preston
2017-03-14 17:16:03 +03:00
parent b1ee91b06b
commit 805be84bff
11 changed files with 455 additions and 47 deletions

View File

@@ -285,6 +285,7 @@ public:
Dialogs::IndexedList *contactsList();
Dialogs::IndexedList *dialogsList();
Dialogs::IndexedList *contactsNoDialogsList();
struct MessageToSend {
History *history = nullptr;