diff options
Diffstat (limited to 'src/queue/processors/db')
| -rw-r--r-- | src/queue/processors/db/export-notes.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/queue/processors/db/export-notes.ts b/src/queue/processors/db/export-notes.ts index 94a4302e05..0fd8c02c4a 100644 --- a/src/queue/processors/db/export-notes.ts +++ b/src/queue/processors/db/export-notes.ts @@ -128,8 +128,6 @@ function serialize(note: Note, poll: Poll | null = null): any { viaMobile: note.viaMobile, visibility: note.visibility, visibleUserIds: note.visibleUserIds, - appId: note.appId, - geo: note.geo, localOnly: note.localOnly }; } |