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
Currently, there is nothing stopping conversation participants from inviting usernames that are not in the room. These will bloat the conversation state machine for no good reason. This should probably be disallowed, which requires the state machine needs to track joins as well as leaves.
The text was updated successfully, but these errors were encountered:
Currently, there is nothing stopping conversation participants from inviting usernames that are not in the room. These will bloat the conversation state machine for no good reason. This should probably be disallowed, which requires the state machine needs to track joins as well as leaves.
The text was updated successfully, but these errors were encountered: