diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index c9c19c4b2..bc6b82736 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -166,12 +166,12 @@ avatar -
+

@{{profile.username}}

-

{{profile.display_name}}

+

{{profile.display_name}}

-
+
@@ -353,6 +353,9 @@ } else { window.ls.set('pixelfed-classicui-settings', this.modes); } + if(cachedSettings.notify == true) { + this.fetchNotifications(); + } }); }, @@ -367,7 +370,6 @@ $('.profile-card .loader').addClass('d-none'); $('.profile-card .contents').removeClass('d-none'); $('.profile-card .card-footer').removeClass('d-none'); - this.fetchNotifications(); }).catch(err => { swal( 'Oops, something went wrong',