feat(ClientApplication): add fetchActivityInstance method#11481
feat(ClientApplication): add fetchActivityInstance method#11481
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2026-03-30T11:04:39.419ZApplied to files:
🔇 Additional comments (6)
📝 WalkthroughWalkthroughAdded a new Changes
Sequence DiagramsequenceDiagram
actor Client
participant CA as ClientApplication
participant API as Discord API
Client->>CA: fetchActivityInstance(instanceId)
activate CA
CA->>API: GET /applications/{id}/activity-instances/{instanceId}
activate API
API-->>CA: { application_id, instance_id, launch_id, location, users }
deactivate API
CA->>CA: Map and normalize response<br/>(location.guild_id ?? null)
CA-->>Client: ActivityInstanceData
deactivate CA
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
e82bb58 to
9cd710e
Compare
9cd710e to
a3f9fbf
Compare
Upstream: