Skip to content

Fixes #36 : Omit avatar if messages come from same author

Dan Chapman requested to merge fix-36 into master

This is simply done by modifying QTdMessage and QTdMessageListModel to be a doubly-linked list. So each message now knows if the next and previous message come from the same author.

Merge request reports