aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-02 13:59:37 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-02 13:59:37 +0200
commit01bac70680553e622a655722959a113ed35f4de9 (patch)
treeb968f96dbefab52e404e1592f5827400b1d0b354 /TODO
parent66a40b2bc729f60de81d87a6d26e12d66fd5608c (diff)
Matrix: use correct read marker for notifications (custom qm read marker)
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3b6ffb9..8a09a6d 100644
--- a/TODO
+++ b/TODO
@@ -187,4 +187,7 @@ Cache solved 4chan captcha solution (and challenge id) on disk. ttl is (always?)
Posting on bant doesn't work for some reason. The request is sent successfully but the comment never appears on the website.
4chan_pass cookie is needed to get captcha without slider. How to get this without an account? 4chan website sets this for anon too.
Handle replaces_state in matrix to get correct order for states?
-Handle users_default power level in matrix. \ No newline at end of file
+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? \ No newline at end of file