mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
Push online users into top of the list as soon as they're active
This commit is contained in:
@@ -528,13 +528,13 @@
|
|||||||
/**
|
/**
|
||||||
* This method only used for status app when it tries to broadcast data to users
|
* This method only used for status app when it tries to broadcast data to users
|
||||||
* avoiding throwing exceptions for users whom might have no status app access
|
* avoiding throwing exceptions for users whom might have no status app access
|
||||||
*
|
*
|
||||||
* @param {type} _data
|
* @param {type} _data
|
||||||
* @returns {undefined}
|
* @returns {undefined}
|
||||||
*/
|
*/
|
||||||
execPushBroadcastAppStatus: function(_data)
|
execPushBroadcastAppStatus: function(_data)
|
||||||
{
|
{
|
||||||
if (app.status) app.status.mergeContent(_data);
|
if (app.status) app.status.mergeContent(_data, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})(window);
|
})(window);
|
||||||
|
Reference in New Issue
Block a user