From 053ffc2ea6cf22f2b4d1ab37805f57c48d114871 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 18 Nov 2020 04:46:54 +0100 Subject: Matrix: attempt fix double messages for sent messages with construct, missing displayname/avatars and invite to join modifying the wrong user --- plugins/Matrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 4514b4c..e60889f 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -512,7 +512,7 @@ namespace QuickMedia { std::vector> rooms; std::unordered_map room_data_by_id; // value is an index into |rooms| std::recursive_mutex room_data_mutex; - std::string user_id; + std::string my_user_id; std::string access_token; std::string homeserver; std::optional upload_limit; -- cgit v1.2.3