mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add new default placeholder avatars
This commit is contained in:
parent
6917def011
commit
e4f82e2fa9
3 changed files with 12 additions and 2 deletions
|
|
@ -260,6 +260,9 @@ export interface Config {
|
|||
|
||||
/** @default "" */
|
||||
header: string;
|
||||
|
||||
/** @default "thumbs" */
|
||||
placeholder_style: string;
|
||||
};
|
||||
|
||||
federation: {
|
||||
|
|
@ -540,6 +543,7 @@ export const defaultConfig: Config = {
|
|||
language: "en",
|
||||
avatar: "",
|
||||
header: "",
|
||||
placeholder_style: "thumbs",
|
||||
},
|
||||
federation: {
|
||||
blocked: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue