mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
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