diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-02 14:53:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-02 14:53:55 +0900 |
| commit | 60e95ac2acc61967e7e43e4fcafe6008856f8be9 (patch) | |
| tree | 62d7667b96aba0c49c6fcd4556d90f67003642da /src/models | |
| parent | Clean up (diff) | |
| download | sharkey-60e95ac2acc61967e7e43e4fcafe6008856f8be9.tar.gz sharkey-60e95ac2acc61967e7e43e4fcafe6008856f8be9.tar.bz2 sharkey-60e95ac2acc61967e7e43e4fcafe6008856f8be9.zip | |
Clean up
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/meta.ts | 20 |
1 files changed, 0 insertions, 20 deletions
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; - }[]; }; |