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/RightSidebar/Participants/ParticipantsTab.vue')
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsTab.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/RightSidebar/Participants/ParticipantsTab.vue b/src/components/RightSidebar/Participants/ParticipantsTab.vue
index c7008820d..18a7f2727 100644
--- a/src/components/RightSidebar/Participants/ParticipantsTab.vue
+++ b/src/components/RightSidebar/Participants/ParticipantsTab.vue
@@ -234,7 +234,8 @@ export default {
/**
* Add the selected group/user/circle to the conversation
- * @param {Object} item The autocomplete suggestion to start a conversation with
+ *
+ * @param {object} item The autocomplete suggestion to start a conversation with
* @param {string} item.id The ID of the target
* @param {string} item.source The source of the target
*/