This commit is contained in:
syuilo
2020-09-19 17:13:48 +09:00
parent 0b4b5fad6d
commit e796d24292
4 changed files with 12 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ import { twemojiSvgBase } from '../../misc/twemoji-base';
import { getStaticImageUrl } from '@/scripts/get-static-image-url';
import MkUserSelect from './user-select.vue';
import { acct } from '../filters/user';
import * as os from '@/os';
type EmojiDef = {
emoji: string;
@@ -74,7 +75,6 @@ for (const x of lib) {
}
emjdb.sort((a, b) => a.name.length - b.name.length);
import * as os from '@/os';
export default defineComponent({
props: {