1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 09:12:58 +08:00
osu-lazer/osu.Game/Overlays/Chat
Salman Ahmed 2d8983383a Revert newMessagesArrived changes and always schedule highlight
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.
2022-03-10 01:11:27 +03:00
..
Selection Remove unnecessary backing field 2021-02-25 14:08:01 +09:00
Tabs Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
ChannelScrollContainer.cs Add xmldoc to trackNewContent to explain its purpose 2022-03-06 23:51:27 +03:00
ChatLine.cs Simplify message highlighting transforms 2022-03-08 04:00:11 +03:00
DrawableChannel.cs Revert newMessagesArrived changes and always schedule highlight 2022-03-10 01:11:27 +03:00
ExternalLinkDialog.cs Update font awesome usage 2019-04-02 19:55:24 +09:00