diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-17 19:30:29 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-17 19:30:29 +0200 |
commit | 48d0a1ae1f486f079f4416d1ae1ab92ad1b15ced (patch) | |
tree | 3e38209a1a8d26be63551eaa9fe748d7bd0a9644 /TODO | |
parent | 3bf44ddaf473ccd8dfc7b5bb268e8ef02c96fd92 (diff) |
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -306,3 +306,7 @@ Re-design matrix /encrypt. You should press G to switch to encryption mode in th will have a padlock in front of it and input text will be orange. Press G again to switch to regular text mode. Also encrypt media and maybe even reactions. + Add /gpg command to send your gpg key. Generate it if it doesn't exist in gpg --list-keys for your matrix id. + Change matrix gpg config to enable option instead. + Allow pressing enter on a message with PGP key to import it. + Cache decrypted gpg messages in ram, so they dont have to be decrypted again when closing the room and entering it again. |