This commit is contained in:
Henry Jameson 2026-06-08 20:31:42 +03:00
commit 7d3f46c529
13 changed files with 137 additions and 828 deletions

View file

@ -103,10 +103,10 @@ const UserProfile = {
this.footerRef = el
},
fetchUsers(group) {
return () => this
.$store
.dispatch('fetch' + group, this.userId)
.then((result) => ({ items: result }))
return () =>
this.$store
.dispatch('fetch' + group, this.userId)
.then((result) => ({ items: result }))
},
load(userNameOrId) {
const startFetchingTimeline = (timeline, userId) => {