mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
parent
9cb72e1895
commit
42a440f5f9
@ -12,6 +12,6 @@ export function emojiBasePath() {
|
||||
let siteSettings = helperContext().siteSettings;
|
||||
|
||||
return siteSettings.external_emoji_url === ""
|
||||
? "/images/emojis"
|
||||
? "/images/emoji"
|
||||
: siteSettings.external_emoji_url;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user