mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 18:52:20 -05:00
Add jingleResources field to contacts
This commit is contained in:
parent
f8c946a60d
commit
2ae7cb05d1
@ -135,6 +135,14 @@ module.exports = HumanModel.define({
|
||||
fn: function () {
|
||||
return this.unreadCount > 0;
|
||||
}
|
||||
},
|
||||
jingleResources: {
|
||||
cache: false,
|
||||
fn: function () {
|
||||
return this.resources.filter(function (res) {
|
||||
return res.supportsJingleMedia;
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
collections: {
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1381729479369
|
||||
# 0.0.1 1381784954237
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user