From 16c7256f555d41e8e86da3bcdf7990e75157b856 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 9 Feb 2021 17:54:49 +0100 Subject: The final solution to the room selection question --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Matrix.hpp') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 7b81b61..9fb35fe 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -203,6 +203,7 @@ namespace QuickMedia { bool message_contains_user_mention(const std::string &msg, const std::string &username); bool message_is_timeline(Message *message); + void body_set_selected_item(Body *body, BodyItem *selected_item); enum class MatrixPageType { ROOM_LIST, -- cgit v1.2.3