mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 09:12:58 +08:00
In the case a message arrives and the chat overlay is hidden, clicking on the mention notification will not work as the `HighlightedMessage` bindable callback will execute before the scheduled `newMessagesArrived` logic (which was hanging since the message arrived until the chat overlay became open because of the notification). Simplify things by always scheduling the `HighlightedMessage` bindable callback. |
||
---|---|---|
.. | ||
Selection | ||
Tabs | ||
ChannelScrollContainer.cs | ||
ChatLine.cs | ||
DrawableChannel.cs | ||
ExternalLinkDialog.cs |