aboutsummaryrefslogtreecommitdiff
path: root/resources/profile.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--resources/profile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/profile.go b/resources/profile.go
index 090075c..b62a9c5 100644
--- a/resources/profile.go
+++ b/resources/profile.go
@@ -20,5 +20,5 @@ func RenderProfile(name, domain string) (map[string]interface{}, error) {
p := streams.NewActivityStreamsService()
p.SetActivityStreamsInbox(inb)
- return p.Serialize()
+ return streams.Serialize(p)
}