forked from abner/for-legacy-web
merge: pull request #1126 from solunareclipse1/master
commit
dd5548c5e6
|
|
@ -34,7 +34,7 @@ export function RenderEmoji({ match }: CustomComponentProps) {
|
||||||
? `${
|
? `${
|
||||||
clientController.getAvailableClient().configuration?.features
|
clientController.getAvailableClient().configuration?.features
|
||||||
.autumn.url
|
.autumn.url
|
||||||
}/emojis/${match}`
|
}/emojis/${match}/original`
|
||||||
: parseEmoji(
|
: parseEmoji(
|
||||||
match in emojiDictionary
|
match in emojiDictionary
|
||||||
? emojiDictionary[match as keyof typeof emojiDictionary]
|
? emojiDictionary[match as keyof typeof emojiDictionary]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue