From fa4897265ae955872b0c2530300a3110e995510e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 18 Oct 2020 05:09:44 +0200 Subject: Set body item scale size, only used right now in matrix for scaling avatar --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index a93fc58..869062c 100644 --- a/TODO +++ b/TODO @@ -109,4 +109,5 @@ Update displayname/avatar in matrix when updated in /sync. Fix inconsistent behavior when editing a message that is replied to in matrix. Right now if the replied to message already exits in the body then its used directly and when editing that message the reply message shows the edit embedded, but not if the edit is of an body item that is created because we dont already have it, 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. \ No newline at end of file +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 -- cgit v1.2.3