aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/timeline/timeline.js')
-rw-r--r--src/components/timeline/timeline.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index 85e0a055..40b42d50 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -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') {