From fd9fb70fc28a22d3112d395e93377733194c6528 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 3 May 2025 23:31:30 +0500 Subject: fix: missing ext --- public/users.php | 1 + 1 file changed, 1 insertion(+) (limited to 'public/users.php') diff --git a/public/users.php b/public/users.php index 1fbc6de..933ada4 100644 --- a/public/users.php +++ b/public/users.php @@ -180,6 +180,7 @@ while ($row = $stmt->fetch()) { $emote_set_emotes = $em_stmt->fetchAll(PDO::FETCH_ASSOC); foreach ($emote_set_emotes as &$e) { + $e["ext"] = "webp"; if ($e["uploaded_by"]) { $uploaded_by_stmt = $db->prepare("SELECT id, username FROM users WHERE id = ?"); $uploaded_by_stmt->execute([$e["uploaded_by"]]); -- cgit v1.2.3