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