mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:09:54 +08: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