From 7823265b9a7bea93befdd9b04c4332be5c5b0404 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Mon, 25 Jan 2021 13:02:40 -0800 Subject: feedback loop fix with getting actor collection --- activityPubStruct.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'activityPubStruct.go') diff --git a/activityPubStruct.go b/activityPubStruct.go index f145a01..ff6f237 100644 --- a/activityPubStruct.go +++ b/activityPubStruct.go @@ -66,7 +66,6 @@ type CcOjectString struct { } type Actor struct { - AtContext Type string `json:"type,omitempty"` Id string `json:"id,omitempty"` Inbox string `json:"inbox,omitempty"` @@ -96,7 +95,6 @@ type Activity struct { } type ObjectBase struct { - AtContext Type string `json:"type,omitempty"` Id string `json:"id,omitempty"` Name string `json:"name,omitempty"` -- cgit v1.2.3