aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-26 17:35:52 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-26 17:35:52 +0200
commita6bba48faa091932b5a51a3beb8c9d162c377adf (patch)
tree9b7e2de493e04e8eaf291f981f70d273b2dd7baf /TODO
parent9775a6bb77930a6e3b60445675990a8c01777aea (diff)
Matrix: add /join and /invite commands
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 38b126e..95fb812 100644
--- a/TODO
+++ b/TODO
@@ -176,4 +176,8 @@ Allow resuming downloads.
Support downloading live youtube videos.
Youtube broke age restricted video again. Need to find a fix. It kinda works in yt-dlp, but not always.
Use the new player innertube api. To make that work quickmedia will need to extract signatureTimestamp (sts) and set that in the form request. Youtube-dl does this.
-Instead of resetting text items in body, add a clear function to text. That way we can easily cache the height of the text. \ No newline at end of file
+Instead of resetting text items in body, add a clear function to text. That way we can easily cache the height of the text.
+Check if message edits that are replies to me makes a now notification show up. This shouldn't happen, but also take into consideration initial sync.
+Check if user has invite privileges and show error before bringing up invite gui when using /invite.
+If only users in the same homeserver can join a room then filter out other users in room invite gui.
+Exclude users that are already in the room from room invite gui. \ No newline at end of file