mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
ContactList is now working properly
This commit is contained in:
@@ -54,7 +54,7 @@ var ContactList = new Vue({
|
||||
contactObj.uid = peerLabel;
|
||||
}
|
||||
|
||||
ContactList.addContact(contactObj);
|
||||
self.addContact(contactObj);
|
||||
bufferedContacts.push(peerLabel);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user