diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-02-09 17:54:49 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-02-09 17:54:49 +0100 |
commit | 16c7256f555d41e8e86da3bcdf7990e75157b856 (patch) | |
tree | e0c748a4af582360dca27257f0b64214a4c8bf6c /plugins | |
parent | 8a76402e6edd16931a3456abd59df7c2ba735220 (diff) |
The final solution to the room selection question
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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, |