aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-03-11 23:12:25 +0100
committerdec05eba <dec05eba@protonmail.com>2023-03-11 23:12:25 +0100
commit118ea78d95a82d9f943180c8f976befc5d2dc97e (patch)
treec8daf5216042f35a0019edcfee44f343df864807 /TODO
parentcf28b9984b9661fbc64684cf046fa3256040ed1d (diff)
Matrix: allow pressing enter on a message with a room alias to join the room
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index c1b8592..fe1800b 100644
--- a/TODO
+++ b/TODO
@@ -33,7 +33,7 @@ Update 4chan thread in real time, just like 4chan-x.
Add url preview for matrix (using matrix api, fallback to client url preview (using our own url preview project) if disabled by the homeserver).
IMPORTANT: Cleanup old messages in matrix (from matrix plugin), and instead either save them to disk or refetch them from server when going up to read old messages. (High memory usage, high disk space)
Do not try to reload/redownload thumbnail that fails to download after its cleared when its no longer visible on screen and then becomes visible.
-Show google recaptcha on youtube when search/play fails, which can happen when using tor.
+Show google recaptcha on youtube when search/play fails, which can happen when using tor. Also required for readm (which was removed because of that).
Show notifications when we receive a message in a matrix room even if we are not mentioned. This happens when we have set to receive notifications for all messages.
If there are multiple users with the same name in a matrix room, then display the user id beside the displayname.
Show 4chan warnings as warnings instead of ban when posting a message (show the warning message) and then post the message.
@@ -256,4 +256,5 @@ Fully support all emoji, including the minimally-qualified ones. Sometimes twemo
Support NicoNicoDouga and BiliBili (user request).
Support arabic/hebrew text. Use Text class for all text rendering.
Add command to change avatar/username/etc globally/per room in matrix.
-Fix youtube information page missing info, show more youtube info in search results. \ No newline at end of file
+Fix youtube information page missing info, show more youtube info in search results.
+Implement m.room.canonical_alias. \ No newline at end of file