Show custom delegate for in-room user verification

This is independent of the in-room verification actually working, but prevents a fallback from appearing
This commit is contained in:
Tobias Fella
2024-03-23 20:56:30 +01:00
parent c3fd2428a2
commit ab4519dedd
3 changed files with 66 additions and 52 deletions

View File

@@ -51,6 +51,7 @@ public:
LinkPreview, /**< A preview of a URL in the message. */
LinkPreviewLoad, /**< A loading dialog for a link preview. */
Edit, /**< A text edit for editing a message. */
Verification, /**< A user verification session start message. */
Other, /**< Anything that cannot be classified as another type. */
};
Q_ENUM(Type);