aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-30 22:05:41 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-30 22:05:41 +0200
commit9602603135f456d906192112288dcd84429c8fee (patch)
tree6a6dafff82f3e38b8e18b74f474ef61965917339 /TODO
parente1a8d10b61c5f8ca092ba3aa458b661da29ba447 (diff)
Matrix: implement message editing
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index c8dc748..b5ffe42 100644
--- a/TODO
+++ b/TODO
@@ -51,4 +51,6 @@ Put rooms with recent messages at the top and the ones that mention us further a
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)). \ No newline at end of file
+Fix incorrect body visible rows count (draws incorrect number of items and incorrect counted, also messed up pg(up/down)).
+Make editing others matrix room messages work if you have the privileges to do so.
+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