We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined
Originally posted by cherryblossom000 January 5, 2022 Example
The emoji of the General Feedback category is :octocat:. This is rendered as undefined, even if config_gemoji: true.
:octocat:
config_gemoji: true
Possible fix:
metrics/source/plugins/discussions/index.mjs
Line 36 in 63a84e2
- for (const category of [...fetched.map(({category:{emoji, name}}) => `${imports.emoji.get(emoji)} ${name}`)]) + for (const category of fetched.map(({category:{emoji, name}}) => `${imports.emoji.get(emoji) ?? emoji} ${name}`)) ```</div>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Discussed in #740
Originally posted by cherryblossom000 January 5, 2022
Example
The emoji of the General Feedback category is
:octocat:
. This is rendered asundefined
, even ifconfig_gemoji: true
.Possible fix:
metrics/source/plugins/discussions/index.mjs
Line 36 in 63a84e2
The text was updated successfully, but these errors were encountered: