aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-18 06:48:09 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-18 06:48:09 +0200
commit7e1a950a0be2871045e0dda6ba2adc892d323464 (patch)
tree90190f3a987ffb1b0fc6d9eaa499766155bb4d32 /TODO
parentfa4897265ae955872b0c2530300a3110e995510e (diff)
Fix potential crash in thumbnail loader
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 869062c..edd4525 100644
--- a/TODO
+++ b/TODO
@@ -110,4 +110,5 @@ Fix inconsistent behavior when editing a message that is replied to in matrix. R
to fix this we could perhaps replace the newly created body items for replies when loading old messages and one of the old messages is also one of the embedded messages (by event id).
Add button to skip to next video. MPV has this feature when setting "next" video (can be done over IPC).
Handle room leave in matrix and remove rooms from the list.
-Use a custom allocator that replaces malloc/realloc/free/new/delete to release memory properly, using munmap in free/delete. The C allocator doesn't do that! memory usage remains high after one large allocation. The C allocator only marks it as free. \ No newline at end of file
+Use a custom allocator that replaces malloc/realloc/free/new/delete to release memory properly, using munmap in free/delete. The C allocator doesn't do that! memory usage remains high after one large allocation. The C allocator only marks it as free.
+Ignore timestamp ordering for messages in matrix? element seems to do that, and also we need the latest message to be last i guess to set read markers properly? \ No newline at end of file