mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Push online users into top of the list as soon as they're active
This commit is contained in:
@@ -534,7 +534,7 @@
|
||||
*/
|
||||
execPushBroadcastAppStatus: function(_data)
|
||||
{
|
||||
if (app.status) app.status.mergeContent(_data);
|
||||
if (app.status) app.status.mergeContent(_data, true);
|
||||
}
|
||||
});
|
||||
})(window);
|
||||
|
Reference in New Issue
Block a user