dylan-mcdougall / Para-Social

https://para-social.onrender.com
0 stars 0 forks source link

Refactor Image upload route #39

Closed dylan-mcdougall closed 9 months ago

dylan-mcdougall commented 10 months ago

Currently the image upload route was intended solely for sending images and gifs in together with messages. As such it's tied directly to the message endpoint and isn't compact enough to be able to be utilized for user profile image uploads, or for community image uploads. By removing it's direct ties I can ensure a better UX.