Files
neochat/autotests
James Graham fad381c36f Refactor reactions
Currently we effectively create the reactions list in EventHandler then pass that data into a model. This reworks the model so that we just pass in a room and an event and it grabs it's own data. This means that:
- the functions in event handler are no longer required
- the model can update itself to add/remove reactions so no need to handle that in MessageEventModel
- MessageEventModel only needs to create new ReactionModels or remove old ones when no reactions exist anymore

A basic test suite has also been created for the ReactionModel
2024-01-06 17:50:32 +00:00
..
2024-01-06 17:50:32 +00:00
2023-12-10 18:14:51 +00:00
2023-12-09 19:32:48 +00:00
2024-01-06 17:50:32 +00:00
2024-01-06 17:50:32 +00:00
2023-09-02 16:43:05 +00:00
2023-12-09 19:32:48 +00:00
2024-01-02 21:22:08 +00:00
2024-01-06 17:50:32 +00:00
2023-12-09 19:32:48 +00:00
2023-12-09 19:32:48 +00:00
2023-12-24 15:37:56 +00:00