From e09a14d892dbb8d64cc5bc77074dd2b9285dd11c Mon Sep 17 00:00:00 2001
From: Daniel Supernault
- {{followRequests.count}} Follow Requests {{ followRequests && followRequests.hasOwnProperty('count') ? followRequests.count : 0 }} Follow Requests
+ Your application to join the {{truncate(n.group.name)}} group was approved! +
++ Your application to join {{truncate(n.group.name)}} was rejected. +
++ {{n.account.local == false ? '@':''}}{{truncate(n.account.username)}} invited you to join {{n.group.name}}. +
+We cannot display this notification at this time. @@ -146,7 +165,7 @@ methods: { fetchNotifications() { - axios.get('/api/pixelfed/v1/notifications?pg=true') + axios.get('/api/v1/notifications?pg=true') .then(res => { let data = res.data.filter(n => { if(n.type == 'share' && !n.status) {