docs(rpc): add reference documentation for new IPC events#8264
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Question I had: Should I make a changelog entry for the IPC work? 🤔 |
Contributor
|
You might need to add what the {n} in the path means. I had it in mind, but then forgot 😢. Without it, it's unclear what the n means until you look at example code, which is also not present |
Contributor
Author
Want to file a PR to update what we have? Seems like you have a description in mind? 😄 |
Add anchor links and full dispatch data structure documentation for ACTIVITY_INVITE, CURRENT_USER_UPDATE, RELATIONSHIP_UPDATE, ENTITLEMENT_CREATE, and ENTITLEMENT_DELETE, which were added to the RPC Events table without reference sections. Also did some minor cleanup of text, and linked to the Social SDK. Continuation of work in #8246
3efbbc7 to
e6119f9
Compare
Contributor
Author
|
Added a changelog. This should be good for review! |
anthonydiscord
approved these changes
Apr 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add anchor links and full dispatch data structure documentation for ACTIVITY_INVITE, CURRENT_USER_UPDATE, RELATIONSHIP_UPDATE, ENTITLEMENT_CREATE, and ENTITLEMENT_DELETE, which were added to the RPC Events table without reference sections.
Also did some minor cleanup of text, and linked to the Social SDK.
Continuation of work in #8246