Add #channel in mentions usercard and search popup (#2802)

This commit is contained in:
Tal Neoran
2021-05-22 16:11:24 +03:00
committed by GitHub
parent ddba279ff7
commit 14e8a2bf6c
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -1013,6 +1013,9 @@ MessageElementFlags ChannelView::getFlags() const
}
}
if (this->sourceChannel_ == app->twitch.server->mentionsChannel)
flags.set(MessageElementFlag::ChannelName);
return flags;
}