summaryrefslogtreecommitdiffstats
path: root/src/components/Quote.vue
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2022-03-14 15:59:53 +0100
committerJoas Schilling <coding@schilljs.com>2022-03-21 12:08:27 +0100
commitae36a5a501ded1f992f4757773248d24fe631531 (patch)
tree217aa67b72344d2cd55e73d80ef167ae3ac96780 /src/components/Quote.vue
parent8a2f128e74f9a600b82a4e824921e40ecb2b42e1 (diff)
Fix reply functionality
Signed-off-by: marco <marcoambrosini@pm.me>
Diffstat (limited to 'src/components/Quote.vue')
-rw-r--r--src/components/Quote.vue3
1 files changed, 3 insertions, 0 deletions
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,