Push online users into top of the list as soon as they're active

This commit is contained in:
Hadi Nategh 2020-09-16 16:15:26 +02:00
parent 39b630d36e
commit c05047728c

View File

@ -534,7 +534,7 @@
*/ */
execPushBroadcastAppStatus: function(_data) execPushBroadcastAppStatus: function(_data)
{ {
if (app.status) app.status.mergeContent(_data); if (app.status) app.status.mergeContent(_data, true);
} }
}); });
})(window); })(window);