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

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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') {
  • Jasper Lingers added 1 commit

    added 1 commit

    • 1e43a47c - Update: Fix fetch error when login

    Compare with previous version

  • mentioned in commit 99051f4a

  • Please register or sign in to reply
    Loading