Don't show replied-to event as edited for edited replies

This commit is contained in:
Tobias Fella
2022-11-27 02:24:19 +01:00
parent bad15cadd1
commit 252108c652
2 changed files with 3 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ Item {
RichLabel {
textMessage: reply.display
textFormat: Text.RichText
isReplyLabel: true
}
}
Component {