diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 00:36:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 00:36:52 +0900 |
| commit | bd1f3a2f0196214248e8a259f8aacfe3e8259c19 (patch) | |
| tree | 42215db08394e4fdac96231163bca8c3355a0322 /src/models/note.ts | |
| parent | 2.21.1 (diff) | |
| download | sharkey-bd1f3a2f0196214248e8a259f8aacfe3e8259c19.tar.gz sharkey-bd1f3a2f0196214248e8a259f8aacfe3e8259c19.tar.bz2 sharkey-bd1f3a2f0196214248e8a259f8aacfe3e8259c19.zip | |
#1579
Diffstat (limited to 'src/models/note.ts')
| -rw-r--r-- | src/models/note.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/note.ts b/src/models/note.ts index 5d7bab3833..ad8c1565f0 100644 --- a/src/models/note.ts +++ b/src/models/note.ts @@ -77,6 +77,7 @@ export type INote = { host: string; inbox?: string; }; + _replyIds?: mongo.ObjectID[]; }; /** |