mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Feature: Add message links.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user