Merge pull request #5941 from peppy/channel-topic-serach

Allow searching channels by topics
This commit is contained in:
Dan Balasescu
2019-09-02 12:19:31 +09:00
committed by GitHub

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
{