1
0
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:
Loic Blot
2018-09-06 22:59:27 +02:00
committed by Loïc Blot
parent ffdb597b1e
commit b5f67d59f2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ var ContactList = new Vue({
contactObj.uid = peerLabel;
}
ContactList.addContact(contactObj);
self.addContact(contactObj);
bufferedContacts.push(peerLabel);
}
});