feat(email): emit photo_synced refresh event when self-contact photo uploads#4065
Conversation
…uploads The SFS uploader now sends a `refresh_email` `PhotoSynced` event over the connection gateway once an inbox's self-contact photo finishes uploading, gated so correspondent and attachment uploads don't trigger it. Regenerates the service-email types.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (6)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe PR adds a 🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Moves the inbox avatar off interim links polling onto a WS signal: the SFS uploader emits a
refresh_emailPhotoSyncedevent once an inbox's self-contact photo finishes uploading, gated so correspondent and attachment uploads don't fire it. Includes the regenerated service-email types; the frontend consumer is a stacked follow-up.