1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-28 11:14:32 +02:00

Update remote Emoji (#3680)

This commit is contained in:
MeiMei
2018-12-19 21:19:43 +09:00
committed by syuilo
parent 8025b121af
commit acc6f54557
2 changed files with 19 additions and 1 deletions

View File

@@ -15,4 +15,6 @@ export type IEmoji = {
url: string;
aliases?: string[];
updatedAt?: Date;
/** AP object id */
uri?: string;
};