mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Display room name on discord rich presence.
This commit is contained in:
@ -135,6 +135,9 @@ namespace osu.Desktop
|
||||
|
||||
case UserActivity.Editing edit:
|
||||
return edit.Beatmap.ToString();
|
||||
|
||||
case UserActivity.InLobby lobby:
|
||||
return lobby.Room.Name.ToString();
|
||||
}
|
||||
|
||||
return string.Empty;
|
||||
|
Reference in New Issue
Block a user