-
Notifications
You must be signed in to change notification settings - Fork 4
Optimize storage and use assets CDN for PFPs and group images #254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
Claude finished @lourou's task —— View job PR Review: Optimize storage and use assets CDNOverviewThis PR implements CDN-based asset handling for profile pictures and group images. However, there are critical missing components and several important issues to address. 🚨 Critical Issues1. Missing
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Route image uploads through CDN by returning
|
…ent will add it automatically
9fbf5eb to
4ce7491
Compare
9e0911d to
831e71d
Compare
831e71d to
dadd721
Compare
2b68460 to
7db2432
Compare
yewreeka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as the change removing the avatar URL has been thoroughly tested, I think this is good to go
| .init( | ||
| inboxId: "", | ||
| name: displayName.isEmpty ? nil : displayName, | ||
| avatar: profileImage == nil ? nil : Self.defaultProfileImageURL?.absoluteString |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like I did this because there was a component that wasn't using the profileImage and needed the URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'll check it out and resolve the conflicts too!

Uh oh!
There was an error while loading. Please reload this page.