mirror of
https://github.com/ppy/osu
synced 2025-02-03 03:42:15 +00:00
parent
f182fb158c
commit
d1eafafa51
@ -36,7 +36,7 @@ namespace osu.Game.Overlays.Chat.Selection
|
||||
private Color4 topicColour;
|
||||
private Color4 hoverColour;
|
||||
|
||||
public IEnumerable<string> FilterTerms => new[] { channel.Name };
|
||||
public IEnumerable<string> FilterTerms => new[] { channel.Name, channel.Topic };
|
||||
|
||||
public bool MatchingFilter
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user