mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Re-add exception handling on PM message request failure
This commit is contained in:
parent
4015042e36
commit
dd4b11c593
@ -197,6 +197,7 @@ namespace osu.Game.Online.Chat
|
||||
|
||||
createNewPrivateMessageRequest.Failure += exception =>
|
||||
{
|
||||
handlePostException(exception);
|
||||
target.ReplaceMessage(message, null);
|
||||
dequeueAndRun();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user