summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index c5633cf6..f70a58e6 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -136,6 +136,16 @@ export default {
icon: 'icon-comment',
text: t('social', 'Direct messages')
},
+ // {
+ // id: 'social-notifications',
+ // classes: [],
+ // router: {
+ // name: 'timeline',
+ // params: { type: 'notifications' }
+ // },
+ // icon: 'icon-comment',
+ // text: t('social', 'Notifications')
+ // },
{
id: 'social-account',
classes: [],