mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Whoops, forgot that comment
This commit is contained in:
@ -92,7 +92,7 @@ namespace osu.Desktop
|
||||
return;
|
||||
}
|
||||
|
||||
if (/*status.Value is UserStatusOnline &&*/ activity.Value != null)
|
||||
if (status.Value is UserStatusOnline && activity.Value != null)
|
||||
{
|
||||
presence.State = truncate(activity.Value.Status);
|
||||
presence.Details = truncate(getDetails(activity.Value));
|
||||
|
Reference in New Issue
Block a user