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;
};