diff --git a/resources/assets/components/Notifications.vue b/resources/assets/components/Notifications.vue index e3af689a8..2fb085b4e 100644 --- a/resources/assets/components/Notifications.vue +++ b/resources/assets/components/Notifications.vue @@ -54,7 +54,7 @@ -
+
@@ -63,7 +63,7 @@
-
+
@@ -315,9 +315,9 @@ methods: { fetchNotifications() { + this.notificationRetries++; axios.get('/api/pixelfed/v1/notifications?pg=true') .then(res => { - this.notificationRetries++; if(!res || !res.data || !res.data.length) { if(this.notificationRetries == 2) { clearTimeout(this.notificationRetryTimeout);