mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add more contribution help
This commit is contained in:
parent
460b68c381
commit
35f54d108f
9 changed files with 331 additions and 6 deletions
|
|
@ -86,7 +86,7 @@ export interface ConfigType {
|
|||
discard_follows: string[];
|
||||
force_sensitive: string[];
|
||||
remove_media: string[];
|
||||
fetch_all_colletion_members: boolean;
|
||||
fetch_all_collection_members: boolean;
|
||||
authorized_fetch: boolean;
|
||||
};
|
||||
|
||||
|
|
@ -244,7 +244,7 @@ export const configDefaults: ConfigType = {
|
|||
discard_updates: [],
|
||||
discard_follows: [],
|
||||
remove_media: [],
|
||||
fetch_all_colletion_members: false,
|
||||
fetch_all_collection_members: false,
|
||||
authorized_fetch: false,
|
||||
},
|
||||
filters: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue