aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-01-02 22:06:36 +0100
committerdec05eba <dec05eba@protonmail.com>2021-01-02 22:06:36 +0100
commit2e348b4bf3ae59af88b9481007fdc7c0a7bec9e1 (patch)
tree6e5443e03e59dacbf1cfed629e4fdd5fd412558b /TODO
parent7a1fa42dc6bbc46f30bbe3accc9554415fc51a56 (diff)
Matrix: fix reactions in reply messages
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 34aba01..207eb09 100644
--- a/TODO
+++ b/TODO
@@ -156,4 +156,7 @@ Make the messages that mention us red using the matrix notification api that we
Replace sfml font glyph loading completely with FreeType. There is a very old bug in sfml that causes text to get corrupt sometimes. Im guessing this happens when adding new characters to the font atlas and that coordinates for the glyphs become incorrect?
Add arguments to pipe plugin to pass input and output fifo for sending commands to QuickMedia and receiving events.
Update thumbnails in file-manager if an image is replaced, by including the modify date of the image in the thumbnail cache as well.
-Create a workaround for dwm terminal swallow patch stealing mpv when moving QuickMedia to another monitor sometimes. Maybe check for structure notify events on mpv and reparent and select input on the mpv window again? \ No newline at end of file
+Create a workaround for dwm terminal swallow patch stealing mpv when moving QuickMedia to another monitor sometimes. Maybe check for structure notify events on mpv and reparent and select input on the mpv window again?
+Resize video thumbnail when extracted with ffmpeg to 480x360, clamped from its original size.
+Remove reply formatting from edited text in room description in room list.
+Add option to decline and mute user in invites. This is to combat invite spam, where muted users cant invite you. \ No newline at end of file