Skip to content

Display dates above messages

This was suggested in !36 (comment 264349), and adds a note about the current date a message was sent on top of messages. It does this by reversing the message model when retrieving messages from the C++ side.

Note that this makes it so if there is less than 1 screen of messages they will start at the top instead of the bottom, since there doesn't seem to be a way to get a ListView to do that without also reversing the message order.

Edited by Smitty van Bodegom

Merge request reports