feat(api): Implement indexing toggle and followers/following privacy settings

This commit is contained in:
Jesse Wierzbinski 2025-03-30 20:32:42 +02:00
parent 666eef063c
commit 9d1d56bd08
No known key found for this signature in database
15 changed files with 4854 additions and 15 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE "Users" ADD COLUMN "is_hiding_collections" boolean DEFAULT false NOT NULL;--> statement-breakpoint
ALTER TABLE "Users" ADD COLUMN "is_indexable" boolean DEFAULT false NOT NULL;

View file

@ -0,0 +1 @@
ALTER TABLE "Users" ALTER COLUMN "is_indexable" SET DEFAULT true;

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -323,6 +323,20 @@
"when": 1738087527661,
"tag": "0045_polite_mikhail_rasputin",
"breakpoints": true
},
{
"idx": 46,
"version": "7",
"when": 1743358605315,
"tag": "0046_wooden_electro",
"breakpoints": true
},
{
"idx": 47,
"version": "7",
"when": 1743359397906,
"tag": "0047_black_vermin",
"breakpoints": true
}
]
}