Closed camelPhonso closed 2 months ago
🤖 meep morp!
This Issue is now marked as stale because there has been no activity for a while.
🔎 The Issue will be automaticaly unassigned and moved to the Backlog if it doesn't receive new activity in the next 7 days.
💡 To unstale this Issue please push any commits that are ready or provide an update in the comments.
this isn't stale, bot! This PR is in active reviews
🤖 meep morp!
This Issue is now marked as stale because there has been no activity for a while.
🔎 The Issue will be automaticaly unassigned and moved to the Backlog if it doesn't receive new activity in the next 7 days.
💡 To unstale this Issue please push any commits that are ready or provide an update in the comments.
🤖 meep morp!
This Issue is now marked as stale because there has been no activity for a while.
🔎 The Issue will be automaticaly unassigned and moved to the Backlog if it doesn't receive new activity in the next 7 days.
💡 To unstale this Issue please push any commits that are ready or provide an update in the comments.
Expected Behaviour
When a user edits their profile image the old image should be deleted to avoid overloading our storage buckets.
Current Behaviour
When a User edits their profile to change the profile picture the old image is kept in our storage bucket even though noting in the database points to it anymore. As a part of the editing process that picture should be removed when the new one is uploaded.
Steps to Reproduce
npx supabase status
on your terminal and visit theStudio URL
linkstorage > images
and you can still find your old profile image there