forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
d18c835221
commit
c651921c79
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