1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 10:22:31 +01:00

Update default avatar colour scheme and fix ordering

This commit is contained in:
Madeline 2023-02-18 12:52:32 +11:00
parent 1189deaa7c
commit 2b627ab4a4
7 changed files with 6 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -23,11 +23,12 @@ import { HTTPError } from "lambert-server";
import { join } from "path";
const defaultAvatarHashMap = new Map([
["1", "1f0bfc0865d324c2587920a7d80c609b"],
["2", "c09a43a372ba81e3018c3151d4ed4773"],
["3", "7c8f476123d28d103efe381543274c25"],
["4", "6f26ddd1bf59740c536d2274bb834a05"],
["5", "3c6ccb83716d1e4fb91d3082f6b21d77"],
["0", "1f0bfc0865d324c2587920a7d80c609b"],
["1", "c09a43a372ba81e3018c3151d4ed4773"],
["2", "7c8f476123d28d103efe381543274c25"],
["3", "6f26ddd1bf59740c536d2274bb834a05"],
["4", "3c6ccb83716d1e4fb91d3082f6b21d77"],
["5", "4c1b599b1ef5b9f1874fdb9933f3e03b"],
]);
const router = Router();