summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-11-25 22:01:19 +0100
committerGitHub <noreply@github.com>2020-11-25 22:01:19 +0100
commitc44513614f00512326877f544a55680d18fef41c (patch)
tree6e89ae6e98928beb00a35e815b8fafbd7cd49a61 /src/Cache.h
parentFix ActiveCallBar (diff)
parentMerge pull request #335 from Nheko-Reborn/qml-text-input (diff)
downloadnheko-c44513614f00512326877f544a55680d18fef41c.tar.xz
Merge branch 'master' into fix-call-bar
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 4c4f7071..573ab700 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -194,8 +194,6 @@ calculateRoomReadStatus(const std::string &room_id); void calculateRoomReadStatus(); -std::vector<SearchResult> -searchUsers(const std::string &room_id, const std::string &query, std::uint8_t max_items = 5); std::vector<RoomSearchResult> searchRooms(const std::string &query, std::uint8_t max_items = 5);