mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Update usages to new naming
This commit is contained in:
@ -536,7 +536,7 @@ namespace osu.Game.Online.Chat
|
||||
// Try to get user in order to open PM chat
|
||||
users.GetUserAsync((int)lastClosedChannel.Id).ContinueWith(task =>
|
||||
{
|
||||
var user = task.GetCompletedResult();
|
||||
var user = task.GetResultSafely();
|
||||
|
||||
if (user != null)
|
||||
Schedule(() => CurrentChannel.Value = JoinChannel(new Channel(user)));
|
||||
|
Reference in New Issue
Block a user