diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-10-01 07:34:47 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-10-01 07:34:47 +0200 |
commit | ae02ed04389117d100070c47f3ae69abb9080231 (patch) | |
tree | dadda40c41a219c56d3bebcc6b26f7bc2ee64fc1 /TODO | |
parent | 211982f321830691038cb79698fb55dcd015c9fc (diff) |
Matrix: add message delete with ctrl+d
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |