Skip to content

conversation: Reverse messages in each log

Guido Gunther requested to merge guido.gunther/chatty:reverse-log into master

While b7360ff1 took care of not discarding new messges the reversion of the list resulted in reversed entries for each log file (so the overall history was in the correct order but each converstion was reversed).

Fix that by going through each log back to front.

Merge request reports