aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-12-14 08:18:24 +0100
committerdec05eba <dec05eba@protonmail.com>2020-12-14 08:18:24 +0100
commit88fed1806e56181a9161c20bcd93cd06d52a5533 (patch)
tree99f5d1ed9901c0de53b0f07b7f34ae9127a4db70 /TODO
parent484571d6f5bc71626f320b4dc06b43331d7f1240 (diff)
Attempt to fix spastic body when using embedded items and loading them in render callback, fix gif play next on 4chan.. test
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 65bf39b..1fbf86d 100644
--- a/TODO
+++ b/TODO
@@ -150,4 +150,5 @@ Comparing latest message for unread message should be done by comparing event id
Support replying to messages with media, by typing /upload in the reply text.
Instead of doing a GET for the first N bytes to check if a video is streamable, start streaming the video and if the first bytes doesn't contain MOOV then wait until the whole video has downloaded before playing it.
Create thumbnail when uploading an image in matrix.
-If a message reply is edited and its a reply to us, then we want the text to be red even if its edited. \ No newline at end of file
+If a message reply is edited and its a reply to us, then we want the text to be red even if its edited.
+Implement matrix spoiler, see: https://github.com/matrix-org/matrix-doc/blob/master/proposals/2010-spoilers.md \ No newline at end of file