diff options
| author | Khsmty <me@khsmty.com> | 2023-02-25 09:01:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-25 09:01:21 +0900 |
| commit | 64be363adca6385104e4af268e2e57a06c4d83a9 (patch) | |
| tree | 99dc43380b92b6729a1e1789e62df40f24cbc1cb /packages/frontend/src/router.ts | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | misskey-64be363adca6385104e4af268e2e57a06c4d83a9.tar.gz misskey-64be363adca6385104e4af268e2e57a06c4d83a9.tar.bz2 misskey-64be363adca6385104e4af268e2e57a06c4d83a9.zip | |
feat: 2つの検索画面の統合 (#9949) (#10038)
* feat: 検索画面の UI を統一
* fix: エラーの修正
* add: changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to 'packages/frontend/src/router.ts')
| -rw-r--r-- | packages/frontend/src/router.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/frontend/src/router.ts b/packages/frontend/src/router.ts index 9521e01910..70576688b1 100644 --- a/packages/frontend/src/router.ts +++ b/packages/frontend/src/router.ts @@ -213,6 +213,8 @@ export const routes = [{ query: { q: 'query', channel: 'channel', + type: 'type', + origin: 'origin', }, }, { path: '/authorize-follow', |