The property display.users.present is default true but list of users is missing in footer.
You could see the list in 22.x version but is missing in 23.x and 25.x.
The missing block is in footerExtras: https://github.com/sakaiproject/sakai/blob/master/portal/portal-render-engine-impl/impl/src/webapp/vm/morpheus/includeFooterExtras.vm#L23-L46
I think this could be broken when portal neo chat was removed.
This code fragment is also relevant in terms of persence statistics recollection.
Verified on 23x: https://qa23-maria.nightly.sakaiproject.org/, build: 2151d3b5
Tested on https://trunk-maria.nightly.sakaiproject.org/, build ef623f3d. The indicator showing online users is present and pulls up the list.
A pull request has been created, "SAK-51129 Portal add missing footerExtras", you can see it at https://github.com/sakaiproject/sakai/pull/13466
The property display.users.present is default true but list of users is missing in footer.
You could see the list in 22.x version but is missing in 23.x and 25.x.
The missing block is in footerExtras: https://github.com/sakaiproject/sakai/blob/master/portal/portal-render-engine-impl/impl/src/webapp/vm/morpheus/includeFooterExtras.vm#L23-L46
I think this could be broken when portal neo chat was removed.
This code fragment is also relevant in terms of persence statistics recollection.