forked from q/element-web-patches
add tags optional
This commit is contained in:
parent
39e0eb5176
commit
16eddee67c
@ -4,12 +4,12 @@ reactions="$(yq . /dev/stdin < reactions.yaml)"
|
|||||||
jq -n --argjson reactions "$reactions" \
|
jq -n --argjson reactions "$reactions" \
|
||||||
'[
|
'[
|
||||||
$reactions[] | {
|
$reactions[] | {
|
||||||
label: .,
|
label: .emoji,
|
||||||
hexcode: "2721",
|
hexcode: "2721",
|
||||||
shortcodes: [ . ],
|
shortcodes: [ .emoji ],
|
||||||
tags: [ . ],
|
tags: (.tags? + [ .emoji ]),
|
||||||
emoji: .,
|
emoji: .emoji,
|
||||||
text: .,
|
text: .emoji,
|
||||||
type: 0,
|
type: 0,
|
||||||
order: 0,
|
order: 0,
|
||||||
group: 8,
|
group: 8,
|
||||||
|
Loading…
Reference in New Issue
Block a user