summaryrefslogtreecommitdiff
path: root/internal/typeutils/internaltoas.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-05-29 19:36:54 +0200
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-05-29 19:36:54 +0200
commit0fe853b1ee644703e2273ed4ce331cfd377af268 (patch)
tree4ada75ed683fa5ed302957c61aa91f4cf409ca01 /internal/typeutils/internaltoas.go
parentfederate account updates (diff)
downloadgotosocial-0fe853b1ee644703e2273ed4ce331cfd377af268.tar.xz
first implementation of search feature
Diffstat (limited to 'internal/typeutils/internaltoas.go')
-rw-r--r--internal/typeutils/internaltoas.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/typeutils/internaltoas.go b/internal/typeutils/internaltoas.go
index cceb1b11b..296d0a182 100644
--- a/internal/typeutils/internaltoas.go
+++ b/internal/typeutils/internaltoas.go
@@ -252,6 +252,7 @@ func (c *converter) AccountToAS(a *gtsmodel.Account) (vocab.ActivityStreamsPerso
headerImage.SetActivityStreamsUrl(headerURLProperty)
headerProperty.AppendActivityStreamsImage(headerImage)
+ person.SetActivityStreamsImage(headerProperty)
}
return person, nil