diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -134,4 +134,9 @@ If manga page fails to download then show "failed to download image" as text and Use <img src to add custom emojis, and add setting for adding/removing custom emoji. Use window title when room name changes in matrix. Prev token is incorrect if additional messages have been fetched and comparing to get_previous_messages set token, because prev token is not set when fetching additional messages. -Use unsigned.transaction_id to match messages we post with messages in sync response (for filtering what we send).
\ No newline at end of file +Use unsigned.transaction_id to match messages we post with messages in sync response (for filtering what we send). +Create multiple BodyItem types. BodyItem has a lot of fields and most of them are not always used. +Have a list of redacted events so when fetching previous events, we can filter out the redacted events (directly in the matrix plugin). +Add grid view to matrix and navigate between them using alt+arrow keys. +Show reactions in pinned messages tab? +Remove display names from reactions if there are many reactions, and instead group them into: reaction (#number of this type of reaction); for example: 👍 2. |