Unload conversations and old messages every half-hour
FREEBIE
This commit is contained in:
parent
4ea457a01c
commit
65283d2794
5 changed files with 198 additions and 29 deletions
|
@ -13,6 +13,7 @@
|
|||
this.on('destroy', this.revokeImageUrl);
|
||||
this.on('change:expirationStartTimestamp', this.setToExpire);
|
||||
this.on('change:expireTimer', this.setToExpire);
|
||||
this.on('unload', this.revokeImageUrl);
|
||||
this.setToExpire();
|
||||
},
|
||||
idForLogging: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue