aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-01 07:34:47 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-01 07:34:47 +0200
commitae02ed04389117d100070c47f3ae69abb9080231 (patch)
treedadda40c41a219c56d3bebcc6b26f7bc2ee64fc1 /TODO
parent211982f321830691038cb79698fb55dcd015c9fc (diff)
Matrix: add message delete with ctrl+d
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5aea62a..427578b 100644
--- a/TODO
+++ b/TODO
@@ -52,4 +52,5 @@ Allow setting matrix room priority (if it should always be at top).
Use Entry instead of SearchBar for 4chan commenting as well.
Only add related videos to recommendations if its the first time we watch the video. This is to prevent rewatching a video multiple times from messing up recommendations.
Fix incorrect body visible rows count (draws incorrect number of items and incorrect counted, also messed up pg(up/down)).
-Replace messages on matrix instead of appending edits (messages that begin with " * "). This also fixes edit of already edited messages. \ No newline at end of file
+Replace messages on matrix instead of appending edits (messages that begin with " * "). This also fixes edit of already edited messages.
+When deleting an edited message on matrix, delete the original message instead of the edit. This should also be fixed when edits actually edits the original message instead of appending, by maybe it should be done anyways to prevent race condition. \ No newline at end of file