aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-19 06:59:51 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-19 06:59:51 +0200
commit0b6f4abda7eb9696ada9c6cf0da54499fe1a0e53 (patch)
tree97c845e44b7ee3d62954b54939566e4add08e4b2 /include
parentfd4e8cdc9449dbb0224a1a41ef0561f50012d405 (diff)
Matrix: add room search, move rooms with mentions/unread messages to top
Diffstat (limited to 'include')
-rw-r--r--include/Body.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp
index 56b18e3..1e21093 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -188,6 +188,7 @@ namespace QuickMedia {
// TODO: Highlight the part of the text that matches the search.
// TODO: Ignore dot, whitespace and special characters
void filter_search_fuzzy(const std::string &text);
+ void filter_search_fuzzy_item(const std::string &text, BodyItem *body_item);
bool no_items_visible() const;