Support attachments on activitystreams.Object

This commit is contained in:
Matt Baer
2021-03-24 15:33:34 -04:00
parent e05f572eb2
commit 48cbbf652a
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -117,6 +117,7 @@ type Object struct {
Content string `json:"content"`
ContentMap map[string]string `json:"contentMap,omitempty"`
Tag []Tag `json:"tag"`
Attachment []Attachment `json:"attachment,omitempty"`
// Extensions
// NOTE: add extensions here