diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-13 05:11:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-13 05:11:55 +0900 |
| commit | 1472f0b141cdcb4f21c4db0d5ff3d84a5f8ccb93 (patch) | |
| tree | 0725ce0c31f7e421576511242c32a9557746a786 /src/models | |
| parent | 2.38.0 (diff) | |
| download | sharkey-1472f0b141cdcb4f21c4db0d5ff3d84a5f8ccb93.tar.gz sharkey-1472f0b141cdcb4f21c4db0d5ff3d84a5f8ccb93.tar.bz2 sharkey-1472f0b141cdcb4f21c4db0d5ff3d84a5f8ccb93.zip | |
Fix #1712
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 ... 公開 |