#370 fix/fetch-error-when-login
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
53 53 54 54 window.addEventListener('scroll', this.scrollLoad) 55 55 56 timelineFetcher.fetchAndUpdate({ 57 store, 58 credentials, 59 timeline: this.timelineName, 60 showImmediately, 61 userId: this.userId, 62 tag: this.tag 63 }) 56 if (typeof credentials !== 'undefined' || this.timelineName !== 'friends') { changed this line in version 3 of the diff
mentioned in commit 99051f4a
Please register or sign in to reply