diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index b2d8a958b..a013b56e5 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -206,11 +206,11 @@ +
-
+ -->
@@ -341,15 +341,7 @@ mounted() { this.$nextTick(function () { $('[data-toggle="tooltip"]').tooltip() - let cachedSettings = window.ls.get('pixelfed-classicui-settings'); - if(cachedSettings.length && cachedSettings.hasOwnProperty('notify')) { - this.modes = cachedSettings; - } else { - window.ls.set('pixelfed-classicui-settings', this.modes); - } - if(cachedSettings.notify == true) { - this.fetchNotifications(); - } + this.fetchNotifications(); }); },