From 118ea78d95a82d9f943180c8f976befc5d2dc97e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 11 Mar 2023 23:12:25 +0100 Subject: Matrix: allow pressing enter on a message with a room alias to join the room --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 4e3309f..0eb8766 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -35,6 +35,7 @@ namespace QuickMedia { std::string extract_user_name_from_user_id(const std::string &user_id); // Returns empty string on error std::string extract_user_name_from_email(const std::string &email); + std::vector matrix_extract_room_ids(const std::string &str); struct MatrixChatBodyDecryptJob { enum class DecryptState { -- cgit v1.2.3