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
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 text was updated successfully, but these errors were encountered:
Moving this into a new ticket to have a discussion about the issue…
Source: #136 (comment)
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 text was updated successfully, but these errors were encountered: