forked from abner/for-legacy-web
merge: pull request #1126 from solunareclipse1/master
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user