From 80b5fda292efd70cc749910e3672d50c9a70a72e Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Fri, 2 Nov 2018 08:59:40 +0900 Subject: Remote custom emojis (#3074) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remote custom emojis * んほおおおおお --- src/remote/activitypub/models/icon.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/remote/activitypub/models/icon.ts (limited to 'src/remote/activitypub/models/icon.ts') diff --git a/src/remote/activitypub/models/icon.ts b/src/remote/activitypub/models/icon.ts new file mode 100644 index 0000000000..50794a937d --- /dev/null +++ b/src/remote/activitypub/models/icon.ts @@ -0,0 +1,5 @@ +export type IIcon = { + type: string; + mediaType?: string; + url?: string; +}; -- cgit v1.3.1-freya