Unload conversations and old messages every half-hour

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-07-26 14:55:59 -07:00
parent 4ea457a01c
commit 65283d2794
5 changed files with 198 additions and 29 deletions

View file

@ -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() {