mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Timeline component, defer notifications until timeline is loaded
This commit is contained in:
parent
cbf57b73f9
commit
d76886e041
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,6 @@
|
|||
mounted() {
|
||||
this.$nextTick(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
this.fetchNotifications();
|
||||
});
|
||||
},
|
||||
|
||||
|
@ -379,6 +378,7 @@
|
|||
}
|
||||
$('.timeline .pagination').removeClass('d-none');
|
||||
this.loading = false;
|
||||
this.fetchNotifications();
|
||||
}).catch(err => {
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue