Always pass displayName without matrix id to avatar name

BUG: 456638
This commit is contained in:
Tobias Fella
2022-10-23 17:44:53 +02:00
parent a287e61b5a
commit 10667f98ef
4 changed files with 11 additions and 2 deletions

View File

@@ -48,6 +48,9 @@ public:
EventResolvedTypeRole,
AuthorIdRole,
VerifiedRole,
// Sender's displayname, always without the matrix id
DisplayNameForInitialsRole,
LastRole, // Keep this last
};
Q_ENUM(EventRoles)