summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-11-25 02:10:09 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-11-25 19:05:12 +0100
commitbc93f24a22ca18232bec27134eedeb1316fb5e88 (patch)
tree17972de6163b71208d9763a1af2ee87086e4e678 /src/Cache.h
parentShow userid in completer (diff)
downloadnheko-bc93f24a22ca18232bec27134eedeb1316fb5e88.tar.xz
Remove redundant user search suggestion code
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);