From de45f6d8d7d777244006a7998ec971157e51296e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 18 Nov 2022 23:32:08 +0100 Subject: Readd meme gpg encryption in matrix, this time asynchronous decryption of only visible items --- include/Config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index 9edc44b..832824f 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -49,6 +49,7 @@ namespace QuickMedia { struct MatrixConfig { std::vector known_homeservers; + std::string gpg_user_id; }; struct PeertubeConfig { -- cgit v1.2.3