diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-11-15 19:36:10 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-11-15 19:36:10 +0100 |
commit | 59c4a651ab9d795c0d1788a8ddf29949a56b1ab9 (patch) | |
tree | 63e025ebb51a7f9f844a1fa88ee1348cee0a43a9 /TODO | |
parent | 7b25a28366be259dc9a165ba13e0be0512e19d78 (diff) |
Matrix: use a local cache of latest read marker timestamps to try and avoid many unread message notices
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -242,4 +242,6 @@ Text editing should take into consideration FORMATTED_TEXT_START/FORMATTED_TEXT_ Matrix autocomplete for emoji (and custom emoji) and option show different sizes (for custom emoji). Nicer custom emoji upload options - Selecting name, size, cropping. Add option to copy somebody else custom emoji in matrix by pressing enter to bring up message option and in that a list of every emoji in the message should be added with "Add (emoji)..." text to add the emoji. -Detect invidious urls too, even the ones that dont have watch?v=.. this could be done by downloading the webpage (maybe only HEAD?) to check if it's invidious.
\ No newline at end of file +Detect invidious urls too, even the ones that dont have watch?v=.. this could be done by downloading the webpage (maybe only HEAD?) to check if it's invidious. +Atomic file operations should use a random generated name instead of .tmp, because multiple instances of quickmedia may be running and they may try to write to the same file at the same time. In such cases they can also write to the same temporary file at the same time. +TODO: https://github.com/matrix-org/synapse/issues/14444.
\ No newline at end of file |