Fix premium ticket filter
parent
89406f5d89
commit
27994d1a6f
|
@ -618,7 +618,7 @@ define([
|
|||
var premium = t.some(function (msg) {
|
||||
var _ed = Util.find(msg, ['content', 'msg', 'content', 'sender', 'edPublic']);
|
||||
if (ed !== _ed) { return; }
|
||||
return Util.find(t[0], ['content', 'msg', 'content', 'sender', 'plan']);
|
||||
return Util.find(msg, ['content', 'msg', 'content', 'sender', 'plan']);
|
||||
});
|
||||
var lastMsg = t[t.length - 1];
|
||||
var lastMsgEd = Util.find(lastMsg, ['content', 'msg', 'content', 'sender', 'edPublic']);
|
||||
|
|
Loading…
Reference in New Issue