2
0
Fork 0

iceshrimp #2

Merged
sneexy merged 3 commits from mirror/notfire-akkoma-fe:iceshrimp into iceshrimp 2025-05-22 18:31:20 -07:00
Showing only changes of commit a676a7ed92 - Show all commits

possibly fix user page loading

notfire 2025-05-04 22:22:01 -04:00
No known key found for this signature in database

View file

@ -149,7 +149,7 @@ const UserProfile = {
} else {
this.$store.dispatch('fetchUser', userNameOrId)
.then(({ id, relationship, background_image }) => {
this.note = relationship.note
this.note = relationship?.note
this.$store.dispatch('setDisplayBackground', background_image)
return loadById(id)
})