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,
|
||||
cw: note.cw,
|
||||
visibility: note.visibility,
|
||||
localOnly: note.localOnly,
|
||||
visibleUserIds: note.visibleUserIds,
|
||||
viaMobile: note.viaMobile,
|
||||
renoteCount: note.renoteCount,
|
||||
|
|
Loading…
Reference in a new issue