Add search predicates for badges and sub tiers (#4013)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
xel86
2022-10-01 08:30:29 -04:00
committed by GitHub
parent b5241670ae
commit bfcc9ff7a4
7 changed files with 191 additions and 0 deletions
+4
View File
@@ -156,6 +156,8 @@ set(SOURCE_FILES
messages/layouts/MessageLayoutElement.hpp
messages/search/AuthorPredicate.cpp
messages/search/AuthorPredicate.hpp
messages/search/BadgePredicate.cpp
messages/search/BadgePredicate.hpp
messages/search/ChannelPredicate.cpp
messages/search/ChannelPredicate.hpp
messages/search/LinkPredicate.cpp
@@ -166,6 +168,8 @@ set(SOURCE_FILES
messages/search/RegexPredicate.hpp
messages/search/SubstringPredicate.cpp
messages/search/SubstringPredicate.hpp
messages/search/SubtierPredicate.cpp
messages/search/SubtierPredicate.hpp
providers/IvrApi.cpp
providers/IvrApi.hpp