summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-07-04 10:52:50 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-07-04 10:52:50 -0100
commit106e70f39db2b2f92f0a45049811fe15fb0b3701 (patch)
treece9947b322ae9c6cd71a53b591766d01666ad951 /src/App.vue
parentdce161e62e108583b936d24b55bc7e3f25ea4b69 (diff)
comment notification timeline
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/App.vue b/src/App.vue
index 69c657dc..f70a58e6 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -136,16 +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-notifications',
+ // classes: [],
+ // router: {
+ // name: 'timeline',
+ // params: { type: 'notifications' }
+ // },
+ // icon: 'icon-comment',
+ // text: t('social', 'Notifications')
+ // },
{
id: 'social-account',
classes: [],