mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 03:47:02 +00:00
minor fix
This commit is contained in:
@@ -9,7 +9,12 @@ export default async function exportData(userId: number) {
|
||||
rssSubscriptions: true,
|
||||
links: {
|
||||
omit: {
|
||||
textContent: true, // Exclude text content to reduce payload size
|
||||
textContent: true, // Exclude to reduce payload size
|
||||
preview: true,
|
||||
image: true,
|
||||
readable: true,
|
||||
monolith: true,
|
||||
pdf: true,
|
||||
},
|
||||
include: {
|
||||
tags: true,
|
||||
|
||||
Reference in New Issue
Block a user