mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(api): ✨ Implement indexing toggle and followers/following privacy settings
This commit is contained in:
parent
666eef063c
commit
9d1d56bd08
15 changed files with 4854 additions and 15 deletions
|
|
@ -3061,6 +3061,8 @@ export class Client extends BaseClient {
|
|||
}[];
|
||||
header: File | URL;
|
||||
locked: boolean;
|
||||
hide_collections: boolean;
|
||||
indexable: boolean;
|
||||
note: string;
|
||||
source: Partial<{
|
||||
language: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue