Consider nicknames when searching for messages (#4663)

Co-authored-by: pajlada <rasmus.karlsson+github@pajlada.com>
This commit is contained in:
chrrs
2023-05-31 21:38:17 +02:00
committed by GitHub
parent e9432d3b65
commit bf4148a370
8 changed files with 39 additions and 18 deletions
+1
View File
@@ -47,6 +47,7 @@ public:
bool isBlacklistedUser(const QString &username);
bool isMutedChannel(const QString &channelName);
bool toggleMutedChannel(const QString &channelName);
boost::optional<QString> matchNickname(const QString &username);
private:
void mute(const QString &channelName);