-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Document new rich presence url & status display type fields #7674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document new rich presence url & status display type fields #7674
Conversation
docs/change-log/2025-07-10-clickable-links-and-customizable-statuses-in-activities.md
Outdated
Show resolved
Hide resolved
docs/change-log/2025-07-10-clickable-links-and-customizable-statuses-in-activities.md
Outdated
Show resolved
Hide resolved
docs/change-log/2025-07-10-clickable-links-and-customizable-statuses-in-activities.md
Outdated
Show resolved
Hide resolved
docs/change-log/2025-07-10-clickable-links-and-customizable-statuses-in-activities.md
Outdated
Show resolved
Hide resolved
Application( name)s that have a game modal attached make it impossible to click state and detail URLs. |
Co-authored-by: advaith <advaithj1@gmail.com>
…atuses-in-activities.md Co-authored-by: advaith <advaithj1@gmail.com>
@Cynosphere thanks for calling this out -- i also noticed this while testing my updates to the social sdk. i just shipped a fix about an hour ago that is live on canary now! |
docs/change-log/2025-07-17-clickable-links-and-customizable-statuses-in-rich-presence.md
Outdated
Show resolved
Hide resolved
…atuses-in-rich-presence.md Co-authored-by: Mark Mandel <mark.mandel@discordapp.com>
as part of a change that just went out today, we now support new fields for rich presence activities:
status_display_type
- controls which field is displayed in the user's status text (0 =name
, 1 =state
, 2 =details
)state_url
- URL that is linked to when clicking on the state text in the activity carddetails_url
- URL that is linked to when clicking on the details text in the activity cardassets.large_url
- URL that is linked to when clicking on the large image in the activity cardassets.small_url
- URL that is linked to when clicking on the small image in the activity cardthis PR aims to document these new features. we'll also need to update the doxygen docs when the new version of the social sdk with support for these features goes out, and i'm not entirely sure how to do that