mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-24 18:22:21 -05:00
Fix pending message appearance when switching pages
This commit is contained in:
parent
8994efb96b
commit
e68856929f
@ -120,6 +120,8 @@ var Message = module.exports = HumanModel.define({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
templateHtml: {
|
templateHtml: {
|
||||||
|
deps: ['edited', 'pending', 'body'],
|
||||||
|
cache: false,
|
||||||
fn: function () {
|
fn: function () {
|
||||||
if (this.type === 'groupchat') {
|
if (this.type === 'groupchat') {
|
||||||
return templates.includes.mucWrappedMessage({message: this});
|
return templates.includes.mucWrappedMessage({message: this});
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1388539211085
|
# 0.0.1 1388604898350
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user