Skip to content
Snippets Groups Projects
Commit d075471b authored by syuilo's avatar syuilo
Browse files

fix(client): fix custom emoji rendering

parent 199d98bf
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,8 @@ export default defineComponent({
key: Math.random(),
emoji: `:${token.props.name}:`,
normal: this.plain,
host: this.author.host,
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
host: this.author?.host,
})];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment