aboutsummaryrefslogtreecommitdiff
path: root/src/Config.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-11-18 23:32:08 +0100
committerdec05eba <dec05eba@protonmail.com>2022-11-18 23:32:12 +0100
commitde45f6d8d7d777244006a7998ec971157e51296e (patch)
tree93ab54b196bda4af7d7fe16d74fb25f08c37a931 /src/Config.cpp
parentc56cb5d25388d938fce485ff02b067a2fd70e096 (diff)
Readd meme gpg encryption in matrix, this time asynchronous decryption
of only visible items
Diffstat (limited to 'src/Config.cpp')
-rw-r--r--src/Config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.cpp b/src/Config.cpp
index 6a73dcf..570504f 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -226,6 +226,7 @@ namespace QuickMedia {
config->matrix.known_homeservers.push_back(known_homeserver.asString());
}
}
+ get_json_value(matrix_json, "gpg_user_id", config->matrix.gpg_user_id);
}
if(!has_known_matrix_homeservers_config)