aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-09-03 10:27:49 +0200
committerstonedDiscord <Tukz@gmx.de>2025-09-03 10:27:49 +0200
commite58dcb7186bb3c80ba87279a6643fcb4b8b3b2be (patch)
tree8de01c198902b2341fc53029025681735225c807 /webAO/client.ts
parent14b569e05ab43baf76fd6404ca50a2b05a843134 (diff)
emotions
Diffstat (limited to 'webAO/client.ts')
-rw-r--r--webAO/client.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/client.ts b/webAO/client.ts
index 46f4ba9..27861de 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -154,6 +154,7 @@ class Client extends EventEmitter {
isLowMemory: () => void;
charicon_extensions: string[];
emote_extensions: string[];
+ emotions_extensions: string[];
constructor(connectionString: string) {
super();
@@ -214,6 +215,7 @@ class Client extends EventEmitter {
isLowMemory;
this.charicon_extensions = [".png", ".webp"];
this.emote_extensions = [".gif", ".png", ".apng", ".webp", ".webp.static"];
+ this.emotions_extensions = [".png", ".webp"];
}
/**