Show event type for hidden events

This commit is contained in:
Tobias Fella
2025-04-20 15:17:58 +02:00
parent f4799a4287
commit 5262ec4b56
3 changed files with 9 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ public:
IsPendingRole, /**< Whether an event is waiting to be accepted by the server. */
IsEditableRole, /**< Whether the event can be edited by the user. */
ShowAuthorRole, /**< Whether the author of a message should be shown. */
EventTypeRole, /**< The matrix event type of this message. */
LastRole, // Keep this last
};
Q_ENUM(EventRoles)