You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the avatar_url or image_url fields for users/servers with references to supabase storage
Use Case
Currently, we rely on using urls to external sources for profile pictures/server images, however this isn't great as the resource is not guaranteed to load, likewise it also means we have no real means of handling users uploading their own images/attachments for messages
Prerequisites
This requires a change to our tables to accomodate for the linkage to buckets
This also requires a setup for our buckets for all features (message attachments/servers/avatars)
Any additional remarks:
Summary of additional changes
The text was updated successfully, but these errors were encountered:
Feature Description
Replace the
avatar_url
orimage_url
fields for users/servers with references to supabase storageUse Case
Currently, we rely on using urls to external sources for profile pictures/server images, however this isn't great as the resource is not guaranteed to load, likewise it also means we have no real means of handling users uploading their own images/attachments for messages
Prerequisites
Any additional remarks:
Summary of additional changes
The text was updated successfully, but these errors were encountered: