mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix initial messages not being received
This commit is contained in:
@ -133,6 +133,8 @@ namespace osu.Game.Online.Chat
|
||||
if (channel == null) return;
|
||||
|
||||
channel.NewMessagesArrived += newMessages;
|
||||
|
||||
newMessages(channel.Messages);
|
||||
}
|
||||
|
||||
private void newMessages(IEnumerable<Message> messages)
|
||||
|
Reference in New Issue
Block a user