Making Url exported from actors and activities

This commit is contained in:
Farhan Khan 2021-12-18 04:35:20 +00:00
parent 6a9ebf917e
commit 5a9e900584

View File

@ -28,7 +28,7 @@ type PublicKeyType struct {
type ActorJson struct { type ActorJson struct {
id int id int
uri string `json:"id"` Uri string `json:"id"`
Type string `json:"type"` Type string `json:"type"`
Inbox string `json:"inbox"` Inbox string `json:"inbox"`
Outbox string `json:"outbox"` Outbox string `json:"outbox"`
@ -53,7 +53,7 @@ type TagType struct {
type PostJson struct { type PostJson struct {
id int id int
uri string `json:"id"` Uri string `json:"id"`
InReplyTo string `json:"inReplyTo"` InReplyTo string `json:"inReplyTo"`
normalized string normalized string