Add room aliases to room creation
This commit is contained in:
@@ -65,7 +65,7 @@ export default function App() {
|
||||
<SentryRoute exact path="/register">
|
||||
<RegisterPage onRegister={register} />
|
||||
</SentryRoute>
|
||||
<SentryRoute path="/room/:roomId">
|
||||
<SentryRoute path="/room/:roomId?">
|
||||
{authenticated ? (
|
||||
<Room client={client} />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user