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
Actually I think that "Create" and "Join" should be clearly separated.
Say I have a private room "abc" on the same server where my account is and want to join it.
I click "Add a channel". Should I enter the full address here even though it's the same server? That would differ from the behavior of joining a public room.
So I enter "abc" and click "Create Channel". The web app now tries to find the room "abc" by calling findPublicChannelByName which fails, since the room is private. It then proceeds to call createPublicChannel which creates a new channel with that name but a different identifier.
The "Create Channel" button title should match the application logic…
and change to "Join Channel" when the channel's name contains an
@
The text was updated successfully, but these errors were encountered: