From c79bb71e7694d4674c28a7e1192dd644e41fbfdb Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 11 Dec 2025 01:11:23 +0500 Subject: fix: use lazy loading for emotes --- users.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'users.php') diff --git a/users.php b/users.php index 359056a..2375aa1 100644 --- a/users.php +++ b/users.php @@ -488,7 +488,7 @@ if ($is_json) { if ($e_stmt->rowCount() == 1) { echo '/emotes?id=' . $payload["emote"]["id"] . '">'; - echo ' '; + echo ' '; } else { echo '">'; } @@ -499,7 +499,7 @@ if ($is_json) { if ($e_stmt->rowCount() == 1) { echo '/emotes?id=' . $payload["emote"]["id"] . '">'; - echo ' '; + echo ' '; } else { echo '">'; } @@ -528,7 +528,7 @@ if ($is_json) { if ($e_stmt->rowCount() == 1) { echo '/emotes?id=' . $payload["emote"]["id"] . '">'; - echo ' '; + echo ' '; } else { echo '">'; } -- cgit v1.2.3