spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.49k stars 250 forks source link

Fix application icons #1110

Closed BoryaGames closed 9 months ago

BoryaGames commented 9 months ago

Fixes applications icon. Before, it was generating a link like https://cdn.spacebar.chat/app-icons/12345678910/data:image/png;base64,y74b6437dc637d4b37==, which is wrong, because in code there is handleFile missing, that uploads file and returns hash.