Fix pending message appearance when switching pages

This commit is contained in:
Lance Stout 2014-01-01 11:37:41 -08:00
parent 8994efb96b
commit e68856929f
2 changed files with 3 additions and 1 deletions

View File

@ -120,6 +120,8 @@ var Message = module.exports = HumanModel.define({
}
},
templateHtml: {
deps: ['edited', 'pending', 'body'],
cache: false,
fn: function () {
if (this.type === 'groupchat') {
return templates.includes.mucWrappedMessage({message: this});

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# 0.0.1 1388539211085
# 0.0.1 1388604898350
CACHE:
/app.js