Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format all python files with black | Trygve Aaberge | 2021-03-20 | 1 | -10/+16 |
| | |||||
* | Assert color values in tests | Trygve Aaberge | 2020-06-14 | 1 | -2/+2 |
| | |||||
* | Cleanup/simplify callback functions | Trygve Aaberge | 2020-02-23 | 1 | -3/+3 |
| | |||||
* | Use max of submessages and replies for number_of_replies | Trygve Aaberge | 2019-10-03 | 1 | -0/+37 |
When new replies come in over websocket, we don't update the message_json of the parent message with the new replies, we just append the new message to the submessages list. Therefore, the number_of_replies function has to check both of these and take the max. Fixes #722 |