same as last commit

pull/216/head
Aevann 2023-10-26 18:23:17 +03:00
parent d63face5cd
commit 7140e9670a
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ function fetchEmojis() {
emojisSearchDictionary.updateTag(`@${emoji.author_username.toLowerCase()}`, emoji.name);
if (emoji.author_original_username != emoji.author_username)
emojisSearchDictionary.updateTag(`@${emoji.author_original_username.toLowerCase()}`, emoji.name);
if (emoji.author_prelock_username !== null)
if (emoji.author_prelock_username !== undefined)
emojisSearchDictionary.updateTag(`@${emoji.author_prelock_username.toLowerCase()}`, emoji.name);
}