tweak fetchCustomEmojis timing
This commit is contained in:
@@ -9,8 +9,6 @@ export let customEmojis: {
|
||||
url: string;
|
||||
}[] = storageCache ? JSON.parse(storageCache) : [];
|
||||
|
||||
fetchCustomEmojis();
|
||||
|
||||
export async function fetchCustomEmojis() {
|
||||
const now = Date.now();
|
||||
const lastFetchedAt = miLocalStorage.getItem('lastEmojisFetchedAt');
|
||||
|
||||
Reference in New Issue
Block a user