diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-12-16 16:07:13 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-12-16 16:07:13 +0100 |
commit | 7b91566f303b4afd2deeb6c893ee805e4d62fdaf (patch) | |
tree | 96d66d2f5c0bdb2396c6f19b8702c18a5de3ea54 /plugins | |
parent | 87d04fdf4592a0b306852e16eb8fb68c2fd65c31 (diff) |
Matrix: keep chat message when pressing esc or going back to previous page. Press ctrl+d to remove text instead (in input mode)
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 68081d8..de66481 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -238,6 +238,7 @@ namespace QuickMedia { int notification_power_level = 50; size_t index = 0; std::atomic<uint64_t> gpg_decrypt_message_id = 0; + std::string chat_message; private: std::mutex user_mutex; std::recursive_mutex room_mutex; |