diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-04-12 14:24:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-12 14:24:56 +0900 |
| commit | 4ee40c33457b929caa654b60a98ad460ea673144 (patch) | |
| tree | 2f4f36759e865f4d9e9535ad39dc548f12ecf911 /src | |
| parent | Better error handling (diff) | |
| download | sharkey-4ee40c33457b929caa654b60a98ad460ea673144.tar.gz sharkey-4ee40c33457b929caa654b60a98ad460ea673144.tar.bz2 sharkey-4ee40c33457b929caa654b60a98ad460ea673144.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/models/repositories/note.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/repositories/note.ts b/src/models/repositories/note.ts index 80514c3752..01bf8cf87c 100644 --- a/src/models/repositories/note.ts +++ b/src/models/repositories/note.ts @@ -182,6 +182,7 @@ export class NoteRepository extends Repository<Note> { files: DriveFiles.packMany(note.fileIds), replyId: note.replyId, renoteId: note.renoteId, + uri: note.uri, ...(opts.detail ? { reply: note.replyId ? this.pack(note.replyId, meId, { |