From fbd5e54c952663d0f0fab352d37d3baeefdb2e53 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Thu, 13 May 2021 23:47:42 -0700 Subject: improved tripcodes --- activityPubStruct.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activityPubStruct.go') 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"` -- cgit v1.2.3