Merge pull request #855 from h3poteto/iss-843

refs #843 Add mention timeline to jump list
This commit is contained in:
AkiraFukushima 2019-03-20 22:19:38 +09:00 committed by GitHub
commit 5297560248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ const Jump = {
name: i18n.t('side_menu.notification'),
path: 'notifications'
},
{
name: i18n.t('side_menu.mention'),
path: 'mentions'
},
{
name: i18n.t('side_menu.favourite'),
path: 'favourites'