mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 11:32:56 +09:00
Fix bug
This commit is contained in:
parent
789fe29714
commit
cdf3d52f61
@ -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