Skip to content

Show author name when previous message was deleted

Tobias Fella requested to merge work/tobias/fix-no-showauthor into master

This will cause the name to show up more often than necessary, but that's better than not showing it at all, which leads to messages being attributed to the wrong person. The root cause here is a mismatch in event visibility between EventStatus::Hidden and filterAcceptsRow in MessageFilterModel, which will be fixed in a future patch.

Merge request reports