forked from AkkomaGang/akkoma-fe
fix/fetch-error-when-login
This commit is contained in:
parent
10990e1715
commit
d4a2376e12
1 changed files with 0 additions and 13 deletions
|
@ -47,20 +47,7 @@ const Timeline = {
|
|||
UserCard
|
||||
},
|
||||
created () {
|
||||
const store = this.$store
|
||||
const credentials = store.state.users.currentUser.credentials
|
||||
const showImmediately = this.timeline.visibleStatuses.length === 0
|
||||
|
||||
window.addEventListener('scroll', this.scrollLoad)
|
||||
|
||||
timelineFetcher.fetchAndUpdate({
|
||||
store,
|
||||
credentials,
|
||||
timeline: this.timelineName,
|
||||
showImmediately,
|
||||
userId: this.userId,
|
||||
tag: this.tag
|
||||
})
|
||||
},
|
||||
mounted () {
|
||||
if (typeof document.hidden !== 'undefined') {
|
||||
|
|
Loading…
Reference in a new issue