mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 10:52:31 +01:00
Add image field
This commit is contained in:
parent
bdc447e448
commit
312e459337
@ -52,6 +52,7 @@ export interface ConfigValue {
|
||||
instanceName: string;
|
||||
instanceDescription: string | null;
|
||||
frontPage: string | null;
|
||||
image: string | null;
|
||||
instanceId: string;
|
||||
};
|
||||
limits: {
|
||||
@ -185,8 +186,9 @@ export const DefaultConfigOptions: ConfigValue = {
|
||||
general: {
|
||||
instanceName: "Fosscord Instance",
|
||||
instanceDescription: "This is a Fosscord instance made in pre-relase days",
|
||||
frontPage: null,
|
||||
image: null,
|
||||
instanceId: Snowflake.generate(),
|
||||
frontPage: null
|
||||
},
|
||||
limits: {
|
||||
user: {
|
||||
|
Loading…
Reference in New Issue
Block a user