From 68ee9a008e987b9a7dc1f9cf1fc010f9b9ed0f42 Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Mon, 4 Feb 2019 18:27:45 +0900 Subject: Resolve #4121 (#4122) * Resolve #4121 * Update tslint.json --- src/models/note.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/models/note.ts') diff --git a/src/models/note.ts b/src/models/note.ts index b3d5ed6977..ce886f51c9 100644 --- a/src/models/note.ts +++ b/src/models/note.ts @@ -52,11 +52,11 @@ export type INote = { repliesCount: number; reactionCounts: any; mentions: mongo.ObjectID[]; - mentionedRemoteUsers: Array<{ + mentionedRemoteUsers: { uri: string; username: string; host: string; - }>; + }[]; /** * public ... 公開 -- cgit v1.2.3-freya