Allow searching channels by topics

Closes #5939
This commit is contained in:
Dean Herbert 2019-09-01 19:57:12 +09:00
parent f182fb158c
commit d1eafafa51

View File

@ -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
{