Add option to hide deleted messages

Implements #430
This commit is contained in:
Tobias Fella
2022-11-27 21:38:49 +01:00
parent af40860315
commit d0dd86e6e8
5 changed files with 29 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ public:
AuthorDisplayNameRole,
IsNameChangeRole,
IsAvatarChangeRole,
IsRedactedRole,
LastRole, // Keep this last
};
Q_ENUM(EventRoles)