Add searching & filtering for bits (#4069)

This commit is contained in:
Felanbird
2022-10-18 14:26:12 -04:00
committed by GitHub
parent 62b689e746
commit dd6cb80ab9
6 changed files with 15 additions and 0 deletions
@@ -38,6 +38,10 @@ MessageFlagsPredicate::MessageFlagsPredicate(const QString &flags)
{
this->flags_.set(MessageFlag::ElevatedMessage);
}
else if (flag == "cheer-msg")
{
this->flags_.set(MessageFlag::CheerMessage);
}
}
}