Use plaintext in reaction delegate

This commit is contained in:
Tobias Fella
2022-11-10 14:02:47 +01:00
parent 974d37f1e1
commit 782b71c826

View File

@@ -53,7 +53,7 @@ Flow {
text += i18nc("Separate the usernames of users", " and ")
}
}
text += modelData.authors[i].displayName
text += currentRoom.htmlSafeMemberName(modelData.authors[i].id)
}
if (modelData.authors.length > 3) {
text += i18ncp("%1 is the number of other users", " and %1 other", " and %1 others", modelData.authors.length - 3)