diff options
author | FChannel <> | 2021-05-13 23:47:42 -0700 |
---|---|---|
committer | FChannel <> | 2021-05-13 23:47:42 -0700 |
commit | fbd5e54c952663d0f0fab352d37d3baeefdb2e53 (patch) | |
tree | 938214b4cd24f4a5340ab05d5e349e34e503eb1f /activityPubStruct.go | |
parent | 20d0aee3f0bf987eb7e8999977bb25577df7b2d3 (diff) |
improved tripcodes
Diffstat (limited to 'activityPubStruct.go')
-rw-r--r-- | activityPubStruct.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activityPubStruct.go b/activityPubStruct.go index 9fe66d6..0955b0c 100644 --- a/activityPubStruct.go +++ b/activityPubStruct.go @@ -101,6 +101,7 @@ type ObjectBase struct { Option []string `json:"option,omitempty"` Alias string `json:"alias,omitempty"` AttributedTo string `json:"attributedTo,omitempty"` + TripCode string `json:"tripcode,omitempty"` Actor *Actor `json:"actor,omitempty"` Audience string `json:"audience,omitempty"` Content string `json:"content,omitempty"` @@ -144,6 +145,7 @@ type NestedObjectBase struct { Name string `json:"name,omitempty"` Alias string `json:"alias,omitempty"` AttributedTo string `json:"attributedTo,omitempty"` + TripCode string `json:"tripcode,omitempty"` Actor *Actor `json:"actor,omitempty"` Audience string `json:"audience,omitempty"` Content string `json:"content,omitempty"` |