#1 TypeError: Cannot read properties of undefined (reading 'toLowerCase') [v1.10.8-15, all] #2

Merged
q merged 13 commits from jon/element-web-patches:master into master 2022-03-31 16:19:31 -04:00
Showing only changes of commit 373b9116cc - Show all commits

20
reactions/generate.sh Executable file
View File

@ -0,0 +1,20 @@
#!/bin/sh
# Run fetch-latest-format.sh for the most up-to-date emojibase format. Target is raw.json
reactions="$(yq . /dev/stdin < reactions.yaml)"
jq -n --argjson reactions "$reactions" \
'[
$reactions[] | {
label: .,
hexcode: "2721",
tags: [ . ],
emoji: .,
text: .,
type: 0,
order: 0,
group: 8,
subgroup: 93,
version: 0.7
}
]'