mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Make authorized fetch configurable
This commit is contained in:
parent
c0ff46559b
commit
a8d8b70239
3 changed files with 48 additions and 27 deletions
|
|
@ -55,6 +55,7 @@ export interface ConfigType {
|
|||
force_sensitive: string[];
|
||||
remove_media: string[];
|
||||
fetch_all_colletion_members: boolean;
|
||||
authorized_fetch: boolean;
|
||||
};
|
||||
|
||||
filters: {
|
||||
|
|
@ -184,6 +185,7 @@ export const configDefaults: ConfigType = {
|
|||
discard_follows: [],
|
||||
remove_media: [],
|
||||
fetch_all_colletion_members: false,
|
||||
authorized_fetch: false,
|
||||
},
|
||||
filters: {
|
||||
note_filters: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue