From c9dd3b460d81923b89795bf4e220dd7095584c04 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 3 Sep 2025 14:18:23 +0200 Subject: defaults needed to pass test --- webAO/client.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webAO') diff --git a/webAO/client.ts b/webAO/client.ts index 177d9a3..8c842f8 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -215,10 +215,10 @@ class Client extends EventEmitter { this.temp_packet = ""; loadResources; isLowMemory; - this.charicon_extensions = []; - this.emote_extensions = []; - this.emotions_extensions = []; - this.background_extensions = []; + this.charicon_extensions = [".png", ".webp"]; + this.emote_extensions = [".gif", ".png", ".apng", ".webp", ".webp.static"]; + this.emotions_extensions = [".png", ".webp"]; + this.background_extensions = [".png", ".gif"];; } /** -- cgit