diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-03-28 08:57:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-28 08:57:10 +0900 |
| commit | 3c553ba674d951843d098dc79fa2456b5a7df846 (patch) | |
| tree | 3b468556c25dd5b63e3774aca1869b71dd9b1919 /src/web/app/mobile/script.ts | |
| parent | Merge pull request #1316 from akihikodaki/host (diff) | |
| parent | Implement remote account resolution (diff) | |
| download | misskey-3c553ba674d951843d098dc79fa2456b5a7df846.tar.gz misskey-3c553ba674d951843d098dc79fa2456b5a7df846.tar.bz2 misskey-3c553ba674d951843d098dc79fa2456b5a7df846.zip | |
Merge pull request #1318 from akihikodaki/remote
Implement remote account resolution
Diffstat (limited to 'src/web/app/mobile/script.ts')
| -rw-r--r-- | src/web/app/mobile/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/script.ts b/src/web/app/mobile/script.ts index 062a6d83d4..4776fccddb 100644 --- a/src/web/app/mobile/script.ts +++ b/src/web/app/mobile/script.ts @@ -57,7 +57,7 @@ init((launch) => { { path: '/i/settings/profile', component: MkProfileSetting }, { path: '/i/notifications', component: MkNotifications }, { path: '/i/messaging', component: MkMessaging }, - { path: '/i/messaging/:username', component: MkMessagingRoom }, + { path: '/i/messaging/:user', component: MkMessagingRoom }, { path: '/i/drive', component: MkDrive }, { path: '/i/drive/folder/:folder', component: MkDrive }, { path: '/i/drive/file/:file', component: MkDrive }, |