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 () {
|
fn: function () {
|
||||||
return this.unreadCount > 0;
|
return this.unreadCount > 0;
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
jingleResources: {
|
||||||
|
cache: false,
|
||||||
|
fn: function () {
|
||||||
|
return this.resources.filter(function (res) {
|
||||||
|
return res.supportsJingleMedia;
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
collections: {
|
collections: {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1381729479369
|
# 0.0.1 1381784954237
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user