Re-add description of room complexity

This commit is contained in:
Olivier 'reivilibre 2024-11-13 22:16:35 +00:00
parent cb15ce6524
commit 2c4902a2e1

View file

@ -661,7 +661,7 @@
},
"limit_remote_rooms": {
"type": "object",
"description": "When this option is enabled, the room \"complexity\" will be checked before a user joins a new remote room. If it is above the complexity limit, the server will disallow joining, or will instantly leave. This is useful for homeservers that are resource-constrained.",
"description": "When this option is enabled, the room \"complexity\" will be checked before a user joins a new remote room. If it is above the complexity limit, the server will disallow joining, or will instantly leave. This is useful for homeservers that are resource-constrained. Room complexity is an arbitrary measure based on factors such as the number of users in the room.",
"properties": {
"enabled": {
"type": "boolean",