From 0efa167585588d20f6ae9446df05039125ec7437 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 14 Feb 2019 20:23:37 -0700 Subject: [PATCH] Update Timeline.vue --- resources/assets/js/components/Timeline.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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',