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
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-26 14:38:19 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-26 14:38:19 +0300
commit602dacdeb4bb96362f9cb6b60a95c7d1b9615298 (patch)
treefcb1efa2cf625358b0c3fc989d2803b674ffe371 /src
parenta9eaf55937e5ed84b29d8537605834b4fe78a41f (diff)
No status in the call view
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/CallView/shared/LocalVideo.vue1
-rw-r--r--src/components/CallView/shared/Video.vue1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/components/CallView/shared/LocalVideo.vue b/src/components/CallView/shared/LocalVideo.vue
index d03fa66c0..c790f1ba8 100644
--- a/src/components/CallView/shared/LocalVideo.vue
+++ b/src/components/CallView/shared/LocalVideo.vue
@@ -39,6 +39,7 @@
:size="avatarSize"
:disable-menu="true"
:disable-tooltip="true"
+ :show-user-status="false"
:user="userId"
:display-name="displayName" />
<div v-if="!userId"
diff --git a/src/components/CallView/shared/Video.vue b/src/components/CallView/shared/Video.vue
index e6ad2d8f9..10300dc47 100644
--- a/src/components/CallView/shared/Video.vue
+++ b/src/components/CallView/shared/Video.vue
@@ -56,6 +56,7 @@
:disable-tooltip="true"
:user="model.attributes.userId"
:display-name="model.attributes.name"
+ :show-user-status="false"
:class="avatarClass" />
<div v-if="!model.attributes.userId"
:class="guestAvatarClass"