add anti-brigading user fields to data manifest
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user