Remove the now unused author ID role from MessageEventModel

Remove the now unused author ID role from `MessageEventModel`. This can be obtained from the author roles object.
This commit is contained in:
James Graham
2023-09-26 20:21:08 +00:00
parent 931b4b1f9a
commit f67cd7deb5
2 changed files with 0 additions and 7 deletions

View File

@@ -73,8 +73,6 @@ public:
ReactionRole, /**< List model for this event. */
ShowReactionsRole, /**< Whether there are any reactions to be shown. */
AuthorIdRole, /**< Matrix ID of the message author. */
VerifiedRole, /**< Whether an encrypted message is sent in a verified session. */
AuthorDisplayNameRole, /**< The displayname for the event's sender; for name change events, the old displayname. */
IsRedactedRole, /**< Whether an event has been deleted. */