Skip to content

Commit

Permalink
Update client/models/messageeventmodel.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Rusakov <[email protected]>
  • Loading branch information
rpallai and KitsuneRal authored Apr 17, 2023
1 parent 2d36544 commit 683a974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/models/messageeventmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ QHash<int, QByteArray> MessageEventModel::roleNames() const
roles.insert(EventResolvedTypeRole, "eventResolvedType");
roles.insert(RefRole, "refId");
roles.insert(ReactionsRole, "reactions");
roles.insert(NudeRichBodyRole, "nudeRichBody");
roles.insert(BareRichBodyRole, "bareRichBody");
roles.insert(QuotationRole, "quotation");
roles.insert(HtmlQuotationRole, "htmlQuotation");
return roles;
Expand Down

0 comments on commit 683a974

Please sign in to comment.