List all opened rooms on the welcome page

Hey everyone!

As the title says - is it possible to list all open rooms on the welcome page - same as “recent” rooms are showing up for users who joined those?

I would like to display all ongoing rooms instead of the recent rooms.

Thanks!

@Hermann_Jetzicht welcome to the community!

There is no way to do this out of the box. You would need to write some code on your self hosted server to get or save the rooms (using a prosody module) and then expose via a custom api on the welcome page.