Fix discord multiplayer invites (#37598) - #302
Conversation
Downgrade the `DiscordRichPresence` package until Lachee/discord-rpc-csharp#286 is resolved. Also reported on [discord](https://discord.com/channels/188630481301012481/1097318920991559880/1497244317801119866) before. I don't know if it's reproducible for everyone, but at least for me it is on both Windows and Linux, and also for everyone I asked to try inviting. Closes #37626 --------- Co-authored-by: Dean Herbert <pe@ppy.sh>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesDependency Version Pin
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
There was a problem hiding this comment.
Pull request overview
This PR addresses broken Discord multiplayer invites by downgrading the DiscordRichPresence NuGet dependency in the desktop build until an upstream issue is resolved.
Changes:
- Downgrade
DiscordRichPresencefrom1.6.1.70to1.5.0.51to avoid the upstream invite regression. - Add an inline note in the project file linking to the upstream issue for traceability.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Downgrade the
DiscordRichPresencepackage untilLachee/discord-rpc-csharp#286 is resolved.
Also reported on
discord before.
I don't know if it's reproducible for everyone, but at least for me it is on both Windows and Linux, and also for everyone I asked to try inviting.
Closes ppy#37626
Summary by CodeRabbit