diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-11-22 10:29:58 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-11-22 10:29:58 +0100 |
commit | 5dd0248e16522a3672c58a7892d549840257e8dd (patch) | |
tree | 5c2dc3a8b925627216f28453862413f03644766b /TODO | |
parent | 4ddc6897dd53274bb68eb6401715c718a212d9ab (diff) |
Matrix: add reactions
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. |