mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Fix bug
This commit is contained in:
parent
789fe29714
commit
cdf3d52f61
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ export class NoteRepository extends Repository<Note> {
|
||||||
text: text,
|
text: text,
|
||||||
cw: note.cw,
|
cw: note.cw,
|
||||||
visibility: note.visibility,
|
visibility: note.visibility,
|
||||||
|
localOnly: note.localOnly,
|
||||||
visibleUserIds: note.visibleUserIds,
|
visibleUserIds: note.visibleUserIds,
|
||||||
viaMobile: note.viaMobile,
|
viaMobile: note.viaMobile,
|
||||||
renoteCount: note.renoteCount,
|
renoteCount: note.renoteCount,
|
||||||
|
|
Loading…
Reference in a new issue