Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |