Add items to conversation history when user verifies/unverifies
FREEBIE
This commit is contained in:
parent
02973372aa
commit
1cf9289b1a
12 changed files with 168 additions and 4 deletions
|
@ -103,6 +103,11 @@
|
|||
});
|
||||
});
|
||||
},
|
||||
getAllGroupsInvolvingId: function(id) {
|
||||
return conversations.filter(function(conversation) {
|
||||
return !conversation.isPrivate() && conversation.hasMember(id);
|
||||
});
|
||||
},
|
||||
updateInbox: function() {
|
||||
return conversations.fetchActive();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue