merge tags with shortcodes

This commit is contained in:
Jon 2022-03-31 20:15:31 +01:00
parent b0e36c1a8e
commit ac628d6a81

View File

@ -9,7 +9,7 @@ jq -n --argjson reactions "$reactions" \
emoticon: .emoji, emoticon: .emoji,
hexcode: "2721", hexcode: "2721",
unicode: .emoji, unicode: .emoji,
shortcodes: [ .emoji ], shortcodes: (.tags? + [ .emoji ]),
tags: (.tags? + [ .emoji ]), tags: (.tags? + [ .emoji ]),
emoji: .emoji, emoji: .emoji,
text: .emoji, text: .emoji,