summaryrefslogtreecommitdiff
path: root/src/emote.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/emote.php')
-rw-r--r--src/emote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emote.php b/src/emote.php
index 7e589e4..74db4ca 100644
--- a/src/emote.php
+++ b/src/emote.php
@@ -83,7 +83,7 @@ function fetch_all_emotes_from_emoteset(PDO &$db, string $emote_set_id, string $
{
// fetching emotes
$sql = "SELECT
- e.id, e.created_at,
+ e.id, e.created_at, e.visibility,
CASE
WHEN esc.code IS NOT NULL THEN esc.code
ELSE e.code