mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
New profile buttons started, not performing actions yet.
New system of Observers. Subscriptions on PeerData updates.
This commit is contained in:
@@ -222,7 +222,8 @@ void AddContactBox::onImportDone(const MTPcontacts_ImportedContacts &res) {
|
||||
if (isHidden() || !App::main()) return;
|
||||
|
||||
const auto &d(res.c_contacts_importedContacts());
|
||||
App::feedUsers(d.vusers);
|
||||
App::feedUsers(d.vusers, false);
|
||||
App::emitPeerUpdated();
|
||||
|
||||
const auto &v(d.vimported.c_vector().v);
|
||||
UserData *user = nullptr;
|
||||
|
Reference in New Issue
Block a user