diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-12-01 23:34:49 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-12-01 23:34:49 +0100 |
commit | c13a28519a3409af8984c76f9297f100e6be818d (patch) | |
tree | 585384f16a7d384067cf796f7235c1e8b3d99510 /TODO | |
parent | 1acc8a27d975ebc714eca62ea7fc828fa92f2a9e (diff) |
Youtube: fix description that contains bold text being cut off
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -141,4 +141,6 @@ Remove display names from reactions if there are many reactions, and instead gro Make reaction and deleted message provisional. Allow removing reactions. When fetching previous messages in matrix, fetching until there are 0 messages or until there is at least 1 visible item. This is needed because right now we could fetch 10 messages, all which are delete/edit/react and it will look like there are no more messages to fetch to the user. -QuickMedia crashes if you enter a room that you have left before. This could happen if cache is loaded that has a room that is then getting removed when sync is finished.
\ No newline at end of file +QuickMedia crashes if you enter a room that you have left before. This could happen if cache is loaded that has a room that is then getting removed when sync is finished. +Removing a reaction should be shown as "removed reaction: <reaction text>" in the room description instead of "Message deleted". +Limit size of Entry and scroll content instead.
\ No newline at end of file |