Add quotation-of and read-of to simplify these
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0078532d78
commit
681d9e38bc
|
@ -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…
Reference in New Issue
Block a user