diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-12 01:32:14 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-12 01:32:14 +0500 |
| commit | 97409793e0d24b590101540cb9b5abcb15cc2588 (patch) | |
| tree | 83cacc803d4ef80561770271e5c95d35976d3311 /extension.js | |
| parent | 878bbab27a541433ef35e4aaa4616c2975f20d24 (diff) | |
Diffstat (limited to 'extension.js')
| -rw-r--r-- | extension.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension.js b/extension.js index 4771baa..ba741a9 100644 --- a/extension.js +++ b/extension.js @@ -28,7 +28,8 @@ const start = async () => { miniatureurl: `${url}/static/userdata/emotes/${emote.id}/1x.${emote.ext}`, fullurl: `${url}/static/userdata/emotes/${emote.id}/3x.${emote.ext}`, uploader: emote.uploaded_by ? emote.uploaded_by.username : "Anonymous*", - instance: instanceUrl + instance: instanceUrl, + code: emote.code }; } } |
