зеркало из https://github.com/nextcloud/spreed.git
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
This commit is contained in:
Коммит
4e374c5b16
|
@ -354,7 +354,7 @@ export default {
|
|||
* Current actor id
|
||||
*/
|
||||
actorId() {
|
||||
return this.$store.getters.getActorId
|
||||
return this.$store.getters.getActorId()
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче