Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Quote.vue')
-rw-r--r--src/components/Quote.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/Quote.vue b/src/components/Quote.vue
index 220181401..64ac90019 100644
--- a/src/components/Quote.vue
+++ b/src/components/Quote.vue
@@ -134,7 +134,8 @@ export default {
computed: {
/**
* The message actor display name.
- * @returns {string}
+ *
+ * @return {string}
*/
getDisplayName() {
const displayName = this.actorDisplayName.trim()
@@ -186,7 +187,8 @@ export default {
* This is a simplified version of the last chat message.
* Parameters are parsed without markup (just replaced with the name),
* e.g. no avatars on mentions.
- * @returns {string} A simple message to show below the conversation name
+ *
+ * @return {string} A simple message to show below the conversation name
*/
simpleQuotedMessage() {
if (!Object.keys(this.messageParameters).length) {