From 5a9e900584c7f2b9d8eda9d003da5c1e541d1dfc Mon Sep 17 00:00:00 2001 From: Farhan Khan Date: Sat, 18 Dec 2021 04:35:20 +0000 Subject: [PATCH] Making Url exported from actors and activities --- fedilogue/retrieve.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedilogue/retrieve.go b/fedilogue/retrieve.go index 21905d4..427325d 100644 --- a/fedilogue/retrieve.go +++ b/fedilogue/retrieve.go @@ -28,7 +28,7 @@ type PublicKeyType struct { type ActorJson struct { id int - uri string `json:"id"` + Uri string `json:"id"` Type string `json:"type"` Inbox string `json:"inbox"` Outbox string `json:"outbox"` @@ -53,7 +53,7 @@ type TagType struct { type PostJson struct { id int - uri string `json:"id"` + Uri string `json:"id"` InReplyTo string `json:"inReplyTo"` normalized string