mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Add spaces for smoogipoo
This commit is contained in:
parent
877c69d5fe
commit
9ba2258f80
@ -414,6 +414,7 @@ namespace osu.Game.Overlays
|
||||
if (fetchReq != null) return;
|
||||
|
||||
fetchReq = new GetMessagesRequest(careChannels, lastMessageId);
|
||||
|
||||
fetchReq.Success += delegate (List<Message> messages)
|
||||
{
|
||||
foreach (var group in messages.Where(m => m.TargetType == TargetType.Channel).GroupBy(m => m.TargetId))
|
||||
@ -424,6 +425,7 @@ namespace osu.Game.Overlays
|
||||
Debug.Write("success!");
|
||||
fetchReq = null;
|
||||
};
|
||||
|
||||
fetchReq.Failure += delegate
|
||||
{
|
||||
Debug.Write("failure!");
|
||||
|
Loading…
Reference in New Issue
Block a user