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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
We're going to implement some configurable server quotas for synapse instances, limiting the number of active users (where active == has logged in and hit an API).
We want Riot to be able to represent:
when you can't log in because the server has hit its active user limit
when you can't send or receive messages because, even though you're logged in, the server has hit its active user limit and you have somehow been inactive long enough that you're not on the list of allowed active users
when you are logged in and active, but the server has hit its active user limit and you need to know because some of the people you might want to interact with can't log in due to the limit's having been hit.
The text was updated successfully, but these errors were encountered:
We're going to implement some configurable server quotas for synapse instances, limiting the number of active users (where active == has logged in and hit an API).
We want Riot to be able to represent:
The text was updated successfully, but these errors were encountered: