aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-07-06 20:43:38 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-07-06 20:43:38 +0000
commit8f5379642029f730aa3d905c6980433c6c901486 (patch)
tree2888a000a85d77c221a61bac44e2b246b2f068ff /src/components/user_profile/user_profile.js
parent8d6750d9c2816e33a0444cd978f94009d8b85d47 (diff)
parent60b413d02c4be5b3f24ff984e43090620d9a59e1 (diff)
Merge branch 'develop' into 'eslint-fix'
# Conflicts: # src/components/post_status_form/post_status_form.vue
Diffstat (limited to 'src/components/user_profile/user_profile.js')
-rw-r--r--src/components/user_profile/user_profile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js
index eab330e7..7eb4ed3a 100644
--- a/src/components/user_profile/user_profile.js
+++ b/src/components/user_profile/user_profile.js
@@ -31,6 +31,8 @@ const UserProfile = {
}
},
created () {
+ // Make sure that timelines used in this page are empty
+ this.cleanUp()
const routeParams = this.$route.params
this.load(routeParams.name || routeParams.id)
},