add anti-brigading user fields to data manifest

This commit is contained in:
2026-03-22 08:49:51 +02:00
parent 14a605b3de
commit d9fdad99ec

View File

@@ -5,7 +5,9 @@ const TRACKED_MODELS = ["User", "Passkey", "PushSubscription"] as const;
const MANIFEST_FIELDS: Record<string, string[]> = { const MANIFEST_FIELDS: Record<string, string[]> = {
User: [ User: [
"id", "authMethod", "tokenHash", "username", "usernameIdx", "id", "authMethod", "tokenHash", "username", "usernameIdx",
"displayName", "avatarPath", "darkMode", "createdAt", "updatedAt", "displayName", "avatarPath", "darkMode",
"firstActionType", "firstActionAt", "actionDiversityScore", "voteTimingStdDev", "boardInteractionCount", "flagCount",
"createdAt", "updatedAt",
"posts", "comments", "votes", "reactions", "passkeys", "notifications", "pushSubscriptions", "adminLink", "attachments", "edits", "recoveryCode", "posts", "comments", "votes", "reactions", "passkeys", "notifications", "pushSubscriptions", "adminLink", "attachments", "edits", "recoveryCode",
], ],
Passkey: [ Passkey: [