docs: fix outdated EmitLocalEvent reference (Pylon #3303) - #3085
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughChangesSubscription start documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Fixes outdated EmitLocalEvent reference
The subscription-on-start docs page referenced ctx.EmitLocalEvent(), which was renamed to ctx.EmitEvent(). Confirmed against the current interface in router/core/subscriptions_modules.go — no remaining EmitLocalEvent references anywhere in the codebase or docs site. Updated all 5 occurrences on the page.
Reported via Pylon #3303.
Summary by CodeRabbit
EmitEvent()API.