diff options
Diffstat (limited to 'packages/backend/src/queue/processors')
| -rw-r--r-- | packages/backend/src/queue/processors/db/export-notes.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/backend/src/queue/processors/db/export-notes.ts b/packages/backend/src/queue/processors/db/export-notes.ts index bd178556df..761f4d827b 100644 --- a/packages/backend/src/queue/processors/db/export-notes.ts +++ b/packages/backend/src/queue/processors/db/export-notes.ts @@ -125,7 +125,6 @@ function serialize(note: Note, poll: Poll | null = null): Record<string, unknown renoteId: note.renoteId, poll: poll, cw: note.cw, - viaMobile: note.viaMobile, visibility: note.visibility, visibleUserIds: note.visibleUserIds, localOnly: note.localOnly, |