The #bugs-and-stuff channel on Discord has has been archived, so I'm converting some issues to GitHub ones
- Upload an emote
- Upload a 2nd version
- Delete the 1st version
- Since emotes link to their original version in
owned_emotes, and there's no way to set a default version yet
owned_emotes
{
"data":
{
"user":
{
"owned_emotes":
[
{
"id": "63615a32545fbd7ba91acc69",
"name": "EvilAnya"
},
{
"id": "636307172931d7f7a6833948",
"name": "PepeHands"
}
]
}
}
}
This results in the site showing them as deleted, even though they are listed

- Adding the newest version emote hash works fine
- The newest version does show in public listings
- Activity done for approval by mods doesn't show on the new id
emote_set.emotes
{
"emotes": [
{
"id": "63615bb776ed2d74d9ed2bc7",
"name": "EvilAnya"
},
{
"id": "636308c41f7fe924a876f1f2",
"name": "PepeHands"
}
]
}
Ideally this should just link to the new version of the emote, filter out the null/undefined/unreachable value
The
#bugs-and-stuffchannel on Discord has has been archived, so I'm converting some issues to GitHub onesowned_emotes, and there's no way to set a default version yetowned_emotes
{ "data": { "user": { "owned_emotes": [ { "id": "63615a32545fbd7ba91acc69", "name": "EvilAnya" }, { "id": "636307172931d7f7a6833948", "name": "PepeHands" } ] } } }This results in the site showing them as deleted, even though they are listed

emote_set.emotes
{ "emotes": [ { "id": "63615bb776ed2d74d9ed2bc7", "name": "EvilAnya" }, { "id": "636308c41f7fe924a876f1f2", "name": "PepeHands" } ] }Ideally this should just link to the new version of the emote, filter out the null/undefined/unreachable value