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
|
||||
.autumn.url
|
||||
}/emojis/${match}`
|
||||
}/emojis/${match}/original`
|
||||
: parseEmoji(
|
||||
match in emojiDictionary
|
||||
? emojiDictionary[match as keyof typeof emojiDictionary]
|
||||
|
|
|
|||
Loading…
Reference in New Issue