1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 19:54:15 +08:00

Fix discord multiplayer invites (#37598)

Downgrade the `DiscordRichPresence` package until
https://github.com/Lachee/discord-rpc-csharp/issues/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>
This commit is contained in:
Zihad
2026-05-04 21:26:47 +06:00
committed by GitHub
Unverified
parent 3924fc7d86
commit 80a29eb6a2
+2 -1
View File
@@ -25,7 +25,8 @@
</ItemGroup>
<ItemGroup Label="Package References">
<PackageReference Include="System.IO.Packaging" Version="10.0.5" />
<PackageReference Include="DiscordRichPresence" Version="1.6.1.70" />
<!-- Held back due to invite bug in newer versions. See https://github.com/Lachee/discord-rpc-csharp/issues/286-->
<PackageReference Include="DiscordRichPresence" Version="1.5.0.51" />
<PackageReference Include="Velopack" Version="0.0.1298" />
</ItemGroup>
<ItemGroup Label="Resources">