aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-03-24 08:42:40 +0100
committerdec05eba <dec05eba@protonmail.com>2021-03-24 08:42:40 +0100
commit84d4d43d2f79da48c3494e11c8b29790fb6eae12 (patch)
treed530ff3bff5737cf224de069d9fe10fa649c454a /TODO
parent1bd8a4008499c78e4ee6ed40fd01657506b24983 (diff)
Matrix: merge body items if same author
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5798914..3c3ca29 100644
--- a/TODO
+++ b/TODO
@@ -37,7 +37,6 @@ Add option to disable autosearch and search when pressing enter instead or somet
Sleep when idle, to reduce cpu usage from 1-2% to 0%, important for mobile devices. Also render view to a rendertexture and render that instead of redrawing every time every time.
Provide a way to specify when notifications should be received (using matrix api) and also read the notification config from matrix. Also provide a way to disable notifications globally.
Use quickmedia to show image in matrix rooms, instead of mpv.
-Merge body items in matrix if they are posted by the same author (there is a git stash for this).
Add command to ban users.
Support peertube (works with mpv, but need to implement search and related videos).
Scroll to bottom when receiving a new message even if the selected message is not the last one. It should instead scroll if the last message is visible on the screen.