1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Apply Discord RPC changes regardless of user's status

This commit is contained in:
jvyden 2024-02-23 22:07:47 -05:00
parent c93965ab7e
commit 8934cf33f0
No known key found for this signature in database
GPG Key ID: 18BCF2BE0262B278

View File

@ -92,7 +92,7 @@ namespace osu.Desktop
return;
}
if (status.Value == UserStatus.Online && activity.Value != null)
if (activity.Value != null)
{
bool hideIdentifiableInformation = privacyMode.Value == DiscordRichPresenceMode.Limited;
presence.State = truncate(activity.Value.GetStatus(hideIdentifiableInformation));