Add quotation-of and read-of to simplify these
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2021-06-05 21:54:40 +02:00
parent 0078532d78
commit 681d9e38bc
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -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 {