diff --git a/remoteActor.go b/remoteActor.go index 7951f43..07da0ba 100644 --- a/remoteActor.go +++ b/remoteActor.go @@ -91,3 +91,8 @@ func get(iri string) (info map[string]interface{}, err error) { return } + +// GetInbox returns the inbox url of the actor +func (ra RemoteActor) GetInbox() string { + return ra.inbox +}