aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/actor.go (renamed from views/profile.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/profile.go b/views/actor.go
index 5b82b46..a91044a 100644
--- a/views/profile.go
+++ b/views/actor.go
@@ -7,7 +7,7 @@ import (
"github.com/go-fed/activity/streams"
)
-func RenderProfile(name, domain string) (map[string]interface{}, error) {
+func RenderActor(name, domain string) (map[string]interface{}, error) {
inbox, err := urls.UrlInbox(name, domain)
if err != nil {
return nil, err