CONFIG.signUp.defaultFollows

This commit is contained in:
Martti Malmi
2023-12-18 09:54:46 +02:00
parent 73026ff152
commit ad449bc295
6 changed files with 12 additions and 8 deletions

View File

@ -64,6 +64,7 @@ declare const CONFIG: {
};
signUp: {
moderation: boolean;
defaultFollows: Array<string>;
};
media: {
bypassImgProxyError: boolean;