feat: custom emoji font in editor

This commit is contained in:
Anthony Fu 2022-12-27 20:13:50 +01:00
parent e97068f000
commit 8f68fa12e4
7 changed files with 153 additions and 86 deletions

View file

@ -1,6 +1,7 @@
import type { Emoji } from 'masto'
import type { CustomEmojisInfo } from './push-notifications/types'
import { STORAGE_KEY_CUSTOM_EMOJIS } from '~/constants'
import { useUserLocalStorage } from '~/composables/users'
const TTL = 1000 * 60 * 60 * 24 // 1 day