You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since forget_rooms_on_leave defaults to false, enabling forgotten_room_retention_period on your server may leave you with a bunch of old un-forgotten rooms on your server. An Admin API to forget all local rooms with 0 local members would solve this and allow you to easily clean up old unused rooms after enabling forget_rooms_on_leave and/or forgotten_room_retention_period.
The alternative would be to manually look over all the rooms on your server and manually deleting all rooms with 0 local members. But this can be tedious if you have lots of rooms or users.
The text was updated successfully, but these errors were encountered:
Description:
Since
forget_rooms_on_leave
defaults to false, enablingforgotten_room_retention_period
on your server may leave you with a bunch of old un-forgotten rooms on your server. An Admin API to forget all local rooms with 0 local members would solve this and allow you to easily clean up old unused rooms after enablingforget_rooms_on_leave
and/orforgotten_room_retention_period
.The alternative would be to manually look over all the rooms on your server and manually deleting all rooms with 0 local members. But this can be tedious if you have lots of rooms or users.
The text was updated successfully, but these errors were encountered: