summaryrefslogtreecommitdiffstats
path: root/src/components/Quote.vue
diff options
context:
space:
mode:
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,