This commit is contained in:
syuilo 2019-04-09 18:36:43 +09:00
parent d18c835221
commit c651921c79
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -167,6 +167,7 @@ export class NoteRepository extends Repository<Note> {
text: text,
cw: note.cw,
visibility: note.visibility,
localOnly: note.localOnly,
visibleUserIds: note.visibleUserIds,
viaMobile: note.viaMobile,
renoteCount: note.renoteCount,