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:
authorMarco <marcoambrosini@pm.me>2022-01-23 18:08:23 +0300
committerGitHub <noreply@github.com>2022-01-23 18:08:23 +0300
commit4e374c5b16e743c245441d69f36e0e4fbeba6d95 (patch)
tree17a4632e14bbdcadb453d5087a141f43058de2f0
parentdab86c2564c966d2dcbca6764481e003d5c42dff (diff)
parent3a1d2e0e989d16725ac91b2a42af8dd902d44cbf (diff)
Merge pull request #6814 from nextcloud/bugfix/noid/fix-offline-peer-in-one-to-one-conversation
Fix peer user not showing as offline in one-to-one conversations
-rw-r--r--src/components/TopBar/TopBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue
index 33e22d7a4..99a1fb60d 100644
--- a/src/components/TopBar/TopBar.vue
+++ b/src/components/TopBar/TopBar.vue
@@ -354,7 +354,7 @@ export default {
* Current actor id
*/
actorId() {
- return this.$store.getters.getActorId
+ return this.$store.getters.getActorId()
},
/**