mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Use Angular.js app.fetchConversation instead
This commit is contained in:
@@ -24,7 +24,7 @@ var ContactList = new Vue({
|
||||
|
||||
// phoneNumber must exist
|
||||
if (contact.nav !== null) {
|
||||
ContactList.fetchConversation(contact);
|
||||
app.fetchConversation(contact);
|
||||
Sms.selectConversation($("a[mailbox-navigation='" + contact.nav + "']"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user