|
|
@ -618,7 +618,7 @@ define([
|
|
|
|
var premium = t.some(function (msg) {
|
|
|
|
var premium = t.some(function (msg) {
|
|
|
|
var _ed = Util.find(msg, ['content', 'msg', 'content', 'sender', 'edPublic']);
|
|
|
|
var _ed = Util.find(msg, ['content', 'msg', 'content', 'sender', 'edPublic']);
|
|
|
|
if (ed !== _ed) { return; }
|
|
|
|
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 lastMsg = t[t.length - 1];
|
|
|
|
var lastMsgEd = Util.find(lastMsg, ['content', 'msg', 'content', 'sender', 'edPublic']);
|
|
|
|
var lastMsgEd = Util.find(lastMsg, ['content', 'msg', 'content', 'sender', 'edPublic']);
|
|
|
|