Making Url exported from actors and activities
This commit is contained in:
parent
6a9ebf917e
commit
5a9e900584
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user