mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Fix existing bugs in tests, refactor users
This commit is contained in:
parent
b7587f8d3f
commit
65ff53e90c
19 changed files with 385 additions and 117 deletions
|
|
@ -51,6 +51,7 @@ export interface ConfigType {
|
|||
discard_avatars: string[];
|
||||
force_sensitive: string[];
|
||||
remove_media: string[];
|
||||
fetch_all_colletion_members: boolean;
|
||||
};
|
||||
|
||||
filters: {
|
||||
|
|
@ -163,6 +164,7 @@ export const configDefaults: ConfigType = {
|
|||
discard_avatars: [],
|
||||
force_sensitive: [],
|
||||
remove_media: [],
|
||||
fetch_all_colletion_members: false,
|
||||
},
|
||||
filters: {
|
||||
note_filters: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue