add user avatars, delete, set, view
This commit is contained in:
parent
cc4ebfbdd0
commit
f14daf041a
6 changed files with 560 additions and 0 deletions
|
@ -15,6 +15,8 @@ const defaultSettings: Setting[] = [
|
|||
{ key: "random_name_length", value: "8" },
|
||||
{ key: "enable_thumbnails", value: "true" },
|
||||
{ key: "index_page_stats", value: "true" },
|
||||
{ key: "instance_name", value: "Atums World" },
|
||||
{ key: "max_avatar_size", value: "10000000" }, // 10 MB
|
||||
];
|
||||
|
||||
export async function createTable(reservation?: ReservedSQL): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue