diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 492b3ed2a..1dfe35716 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -824,6 +824,9 @@ define([ if (channelData && channelData.wc && channel === channelData.wc.id) { expire = +channelData.data.expire || undefined; } + if (data.expire) { + expire = data.expire; + } var datas = store.manager.findChannel(channel); var contains = datas.length !== 0;