From ae36a5a501ded1f992f4757773248d24fe631531 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 14 Mar 2022 15:59:53 +0100 Subject: Fix reply functionality Signed-off-by: marco --- src/components/Quote.vue | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/Quote.vue') diff --git a/src/components/Quote.vue b/src/components/Quote.vue index d4a0e573d..6a19bc504 100644 --- a/src/components/Quote.vue +++ b/src/components/Quote.vue @@ -81,6 +81,9 @@ export default { type: String, required: true, }, + /** + * The display name of the sender of the message. + */ actorDisplayName: { type: String, required: true, -- cgit v1.2.3