Add new default placeholder avatars

This commit is contained in:
Jesse Wierzbinski 2024-04-07 17:55:12 -10:00
parent 6917def011
commit e4f82e2fa9
No known key found for this signature in database
3 changed files with 12 additions and 2 deletions

View file

@ -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: [],