diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-28 00:58:53 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-28 00:58:53 +0500 |
| commit | 5ab2480c609b3f2540f5eb840e9cf3eb0589317d (patch) | |
| tree | 1933c6f206767c60515d85993bc9ef023fdd4a12 /src | |
| parent | 067348835299febed3080ab61ffca365cd07743f (diff) | |
feat: display emote's author name
Diffstat (limited to 'src')
| -rw-r--r-- | src/emote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emote.php b/src/emote.php index 1fa0221..b10fbeb 100644 --- a/src/emote.php +++ b/src/emote.php @@ -4,7 +4,7 @@ class Emote public string $id; public string $code; public string $ext; - public string|null $uploaded_by; + public mixed $uploaded_by; public int $created_at; public mixed $rating; public bool $is_in_user_set; |
