Display reactions in MessageDelegate.

This commit is contained in:
Black Hat
2019-07-21 16:11:26 +08:00
parent 992cbaca87
commit 761943f98f
6 changed files with 73 additions and 4 deletions

View File

@@ -34,6 +34,8 @@ class MessageEventModel : public QAbstractListModel {
BubbleShapeRole,
ReactionRole,
// For debugging
EventResolvedTypeRole,
};