aboutsummaryrefslogtreecommitdiff
path: root/webAO/client
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-09-03 11:04:17 +0200
committerstonedDiscord <Tukz@gmx.de>2025-09-03 11:04:17 +0200
commitd8d2fbc8b7bf91dbedc7042daa1081ebd0d1330f (patch)
treed8ce55aeb8f401966ef42c553ed64875f413163c /webAO/client
parent1ba59be463abe60448b0eb7da157251c393c0590 (diff)
also get backgrounds
Diffstat (limited to 'webAO/client')
-rw-r--r--webAO/client/fetchLists.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client/fetchLists.ts b/webAO/client/fetchLists.ts
index 7940eea..3d590b9 100644
--- a/webAO/client/fetchLists.ts
+++ b/webAO/client/fetchLists.ts
@@ -74,6 +74,7 @@ export const fetchExtensions = async () => {
client.charicon_extensions = allextensions.charicon_extensions || [".png", ".webp"];
client.emote_extensions = allextensions.emote_extensions || [".gif", ".png", ".apng", ".webp", ".webp.static"];
client.emotions_extensions = allextensions.emotions_extensions || [".png", ".webp"];
+ client.background_extensions = allextensions.background_extensions || [".png", ".gif", ".webp", ".apng"];
console.log("charicons "+client.charicon_extensions)
console.log("emotes "+client.emote_extensions)
console.log("emotions "+client.emotions_extensions)