1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-10 16:04:54 +01:00

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

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'