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:
authorJoas Schilling <coding@schilljs.com>2021-08-23 16:47:50 +0300
committerJoas Schilling <coding@schilljs.com>2021-08-23 16:47:50 +0300
commit228aeb4dd17c89b6698b6d28aea91873147df55c (patch)
tree0287f2555a4a911bce74e369ff37dc3f4179dc39 /src/components/Quote.vue
parent4891e8017f4d4e837a7cde52c164abc61c1a72a7 (diff)
Autofixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
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) {