the more i think about it, the more i like the idea of using a chatbot to announce emote set changes over a dedicated websocket connection. it's way easier for external clients like on-stream chat…
also if we have the client encode images then we should be able to support both webp and avif immediately, just have the client do both and pick whichever is smaller at each image size. for any…
if we want to have the client encode images, compiling libwebp to wasm is probably our best option. there kind of exist projects that might sort of let us use rust or pure js instead, but their…
The chat client calls the endpoint to report used emotes, so that Ligmotes knows when to update expiry time for the emotes in the active set for the platform connection. I went with an "update"…
thoughts on auth callbacks being on a separate collection of routes so that the api can change versions without adjusting oauth2 application configuration? like id.ligmotes.com or api.ligmotes.com/…