diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-11-18 04:46:54 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-11-18 08:58:03 +0100 |
commit | 053ffc2ea6cf22f2b4d1ab37805f57c48d114871 (patch) | |
tree | b8b23a6e87238a4526f4586095a753eb76bae920 /plugins | |
parent | 6ce1376869dfa560221085edbbfc0ac7cd7ef751 (diff) |
Matrix: attempt fix double messages for sent messages with construct, missing displayname/avatars and invite to join modifying the wrong user
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::unique_ptr<RoomData>> rooms; std::unordered_map<std::string, size_t> 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<int> upload_limit; |