aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-12-16 16:07:13 +0100
committerdec05eba <dec05eba@protonmail.com>2023-12-16 16:07:13 +0100
commit7b91566f303b4afd2deeb6c893ee805e4d62fdaf (patch)
tree96d66d2f5c0bdb2396c6f19b8702c18a5de3ea54 /plugins
parent87d04fdf4592a0b306852e16eb8fb68c2fd65c31 (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.hpp1
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;