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,6 +53,8 @@ const Timeline = {
window.addEventListener('scroll', this.scrollLoad)
if (this.timelineName === 'friends' && !credentials) { return false }
timelineFetcher.fetchAndUpdate({
store,
credentials,
Loading