summaryrefslogtreecommitdiff
path: root/packages/frontend/src/router.ts
diff options
context:
space:
mode:
authorKhsmty <me@khsmty.com>2023-02-25 09:01:21 +0900
committerGitHub <noreply@github.com>2023-02-25 09:01:21 +0900
commit64be363adca6385104e4af268e2e57a06c4d83a9 (patch)
tree99dc43380b92b6729a1e1789e62df40f24cbc1cb /packages/frontend/src/router.ts
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadmisskey-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.ts2
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',