add user avatars, delete, set, view

This commit is contained in:
creations 2025-03-17 05:47:22 -04:00
parent cc4ebfbdd0
commit f14daf041a
Signed by: creations
GPG key ID: 8F553AA4320FC711
6 changed files with 560 additions and 0 deletions

View file

@ -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> {