Skip to content
Snippets Groups Projects

#370 fix/fetch-error-when-login

1 unresolved thread
Merged Jasper Lingers requested to merge jasper/pleroma-fe:fix/fetch-error-when-login into develop
1 unresolved thread
@@ -53,14 +53,16 @@ const Timeline = {
window.addEventListener('scroll', this.scrollLoad)
timelineFetcher.fetchAndUpdate({
store,
credentials,
timeline: this.timelineName,
showImmediately,
userId: this.userId,
tag: this.tag
})
if (typeof credentials !== 'undefined' || this.timelineName !== 'friends') {
Please register or sign in to reply
timelineFetcher.fetchAndUpdate({
store,
credentials,
timeline: this.timelineName,
showImmediately,
userId: this.userId,
tag: this.tag
})
}
},
mounted () {
if (typeof document.hidden !== 'undefined') {
Loading