Merge branch 'fix/fetch-error-when-login' into 'develop'
#370 fix/fetch-error-when-login See merge request pleroma/pleroma-fe!596
This commit is contained in:
commit
99051f4a55
@ -54,6 +54,8 @@ const Timeline = {
|
|||||||
|
|
||||||
window.addEventListener('scroll', this.scrollLoad)
|
window.addEventListener('scroll', this.scrollLoad)
|
||||||
|
|
||||||
|
if (this.timelineName === 'friends' && !credentials) { return false }
|
||||||
|
|
||||||
timelineFetcher.fetchAndUpdate({
|
timelineFetcher.fetchAndUpdate({
|
||||||
store,
|
store,
|
||||||
credentials,
|
credentials,
|
||||||
|
Loading…
Reference in New Issue
Block a user