Feature: Add message links.

This commit is contained in:
Paul
2021-07-08 22:47:56 +01:00
parent 9996b1d455
commit fa9fe2d6a5
8 changed files with 78 additions and 27 deletions

View File

@@ -90,9 +90,14 @@ export default function App() {
/>
<Route
path="/channel/:channel/message/:message"
path="/channel/:channel/:message"
component={Channel}
/>
<Route
path="/server/:server/channel/:channel/:message"
component={Channel}
/>
<Route
path="/server/:server/channel/:channel"
component={Channel}