forked from q/element-web-patches
work damnit
This commit is contained in:
parent
a06355d913
commit
b0e36c1a8e
@ -4,9 +4,11 @@ reactions="$(yq . /dev/stdin < reactions.yaml)"
|
|||||||
jq -n --argjson reactions "$reactions" \
|
jq -n --argjson reactions "$reactions" \
|
||||||
'[
|
'[
|
||||||
$reactions[] | {
|
$reactions[] | {
|
||||||
|
annotation: .emoji,
|
||||||
label: .emoji,
|
label: .emoji,
|
||||||
emoticon: .emoji,
|
emoticon: .emoji,
|
||||||
hexcode: "2721",
|
hexcode: "2721",
|
||||||
|
unicode: .emoji,
|
||||||
shortcodes: [ .emoji ],
|
shortcodes: [ .emoji ],
|
||||||
tags: (.tags? + [ .emoji ]),
|
tags: (.tags? + [ .emoji ]),
|
||||||
emoji: .emoji,
|
emoji: .emoji,
|
||||||
|
Loading…
Reference in New Issue
Block a user