Remove Summary from microsub.Item
Some checks failed
the build failed

This commit is contained in:
Peter Stuifzand 2018-08-29 21:18:32 +02:00
parent 1d10f555f3
commit 9e6765bf8e
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -70,7 +70,6 @@ type Item struct {
BookmarkOf []string `json:"bookmark-of,omitempty"`
RepostOf []string `json:"repost-of,omitempty"`
InReplyTo []string `json:"in-reply-to,omitempty"`
Summary []string `json:"summary,omitempty"`
Content *Content `json:"content,omitempty"`
Latitude string `json:"latitude,omitempty"`
Longitude string `json:"longitude,omitempty"`