From 0b6f4abda7eb9696ada9c6cf0da54499fe1a0e53 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 19 Oct 2020 06:59:51 +0200 Subject: Matrix: add room search, move rooms with mentions/unread messages to top --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3