aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-03 15:06:57 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-05 05:50:23 +0200
commit6c85194c3b1baef0eaa011c4f1b8e48e11860f45 (patch)
tree61f3eb4304091fd2203519702a4f4daf184c5a59 /TODO
parentcbc6997c0a5659239d2cd971f2fa77eeda53550b (diff)
Make body items private, add accessor functions
This allows body to automatically update dirty state (and other states). Correctly format newlines in codeblocks in matrix.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5bc6668..82467dd 100644
--- a/TODO
+++ b/TODO
@@ -191,4 +191,5 @@ Handle users_default power level in matrix.
Remove power_levels from sync and request them manually when entering a room.
Synapse is gay and mentions do not actually include the whole mxid. It only includes the username part of it. This conflicts with quickmedia notification and mentions where quickmedia includes the mxid in the mention instead,
while the user might have disable username mentions. In those cases the user wont get a notification for mxid mention. Mention name instead?
-Make it possible to redact invites. \ No newline at end of file
+Make it possible to redact invites.
+Reapply filter when changing body item text. \ No newline at end of file