[ECO-5478] feat: remove opinionated presence structure#336
Conversation
WalkthroughThis change removes the intermediate Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant DefaultPresence
participant PresenceChannel
Client->>DefaultPresence: enter/update/leave(presenceData)
DefaultPresence->>PresenceChannel: enterClient/update/leave(presenceData)
PresenceChannel-->>DefaultPresence: PresenceMessage(data)
DefaultPresence-->>Client: presence event (with raw data)
Estimated code review effort3 (~45 minutes) Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (7)
🧠 Learnings (2)📓 Common learningsSources/AblyChat/DefaultMessages.swift (10)Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal 💤 Files with no reviewable changes (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (3)
🧰 Additional context used🧠 Learnings (2)📓 Common learningsSources/AblyChat/DefaultMessages.swift (10)Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal Learnt from: maratal 🔇 Additional comments (1)
✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
61a29d3 to
993898f
Compare
Removes the `userCustomData` key from presence and takes an unopinionated view on how presence should look.
993898f to
f18e7c7
Compare
Removes the
userCustomDatakey from presence and takes an unopinionated view on how presence should look.Summary by CodeRabbit
Refactor
Tests
Chores
Documentation