From 60e95ac2acc61967e7e43e4fcafe6008856f8be9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 2 Nov 2018 14:53:55 +0900 Subject: Clean up --- src/models/meta.ts | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/models') diff --git a/src/models/meta.ts b/src/models/meta.ts index 7ecb4990d4..3c0347485c 100644 --- a/src/models/meta.ts +++ b/src/models/meta.ts @@ -15,24 +15,4 @@ export type IMeta = { disableLocalTimeline?: boolean; hidedTags?: string[]; bannerUrl?: string; - - /** - * カスタム絵文字定義 - */ - emojis?: { - /** - * 絵文字名 (例: thinking_ai) - */ - name: string; - - /** - * エイリアス - */ - aliases?: string[]; - - /** - * 絵文字画像のURL - */ - url: string; - }[]; }; -- cgit v1.2.3-freya