diff options
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/note.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/models/note.ts b/src/models/note.ts index 3bbfec0103..461bb405a0 100644 --- a/src/models/note.ts +++ b/src/models/note.ts @@ -48,6 +48,11 @@ export type INote = { repliesCount: number; reactionCounts: any; mentions: mongo.ObjectID[]; + mentionedRemoteUsers: Array<{ + uri: string; + username: string; + host: string; + }>; /** * public ... 公開 |