Add quotation-of and read-of to simplify these
continuous-integration/drone/push Build is passing Details

pull/10/head
Peter Stuifzand 3 years ago
parent 0078532d78
commit 681d9e38bc
Signed by: peter
GPG Key ID: 374322D56E5209E8

@ -163,7 +163,7 @@ func simplifyToItem(itemType string, item map[string][]interface{}, author micro
for k, v := range item {
switch k {
case "bookmark-of", "like-of", "repost-of", "in-reply-to":
case "bookmark-of", "like-of", "repost-of", "in-reply-to", "quotation-of", "read-of":
u, withItem, refItem := simplifyRefItem(k, v)
if resultPtr := itemPtr(&feedItem, k); resultPtr != nil {

Loading…
Cancel
Save