mirror of https://github.com/ppy/osu
Fix playing users not being updated on room join
This commit is contained in:
parent
0ee73b8e53
commit
f593d9e42c
|
@ -144,6 +144,8 @@ await scheduleAsync(() =>
|
|||
Room = joinedRoom;
|
||||
apiRoom = room;
|
||||
defaultPlaylistItemId = apiRoom.Playlist.FirstOrDefault()?.ID ?? 0;
|
||||
foreach (var user in joinedRoom.Users)
|
||||
updateUserPlayingState(user.UserID, user.State);
|
||||
}, cancellationSource.Token).ConfigureAwait(false);
|
||||
|
||||
// Update room settings.
|
||||
|
|
Loading…
Reference in New Issue