Add room aliases to room creation

This commit is contained in:
Robert Long
2021-11-17 14:24:52 -08:00
parent 123a68e3b0
commit 56ba87f25d
3 changed files with 100 additions and 51 deletions

View File

@@ -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} />
) : (