aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-17 19:30:29 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-17 19:30:29 +0200
commit48d0a1ae1f486f079f4416d1ae1ab92ad1b15ced (patch)
tree3e38209a1a8d26be63551eaa9fe748d7bd0a9644 /TODO
parent3bf44ddaf473ccd8dfc7b5bb268e8ef02c96fd92 (diff)
Matrix: fix emoji uploadHEADmaster
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index adee6d5..e56219f 100644
--- a/TODO
+++ b/TODO
@@ -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.