Prevent copying in a couple places (#4066)
This commit is contained in:
@@ -54,7 +54,7 @@ ContextMap buildContextMap(const MessagePtr &m, chatterino::Channel *channel)
|
||||
|
||||
bool subscribed = false;
|
||||
int subLength = 0;
|
||||
for (const QString &subBadge : {"subscriber", "founder"})
|
||||
for (const auto &subBadge : {"subscriber", "founder"})
|
||||
{
|
||||
if (!badges.contains(subBadge))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user