mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-24 15:16:21 +09:00
Fix bug
This commit is contained in:
parent
d18c835221
commit
c651921c79
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user