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:
Marco 2022-01-23 16:08:23 +01:00 коммит произвёл GitHub
Родитель dab86c2564 3a1d2e0e98
Коммит 4e374c5b16
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -354,7 +354,7 @@ export default {
* Current actor id
*/
actorId() {
return this.$store.getters.getActorId
return this.$store.getters.getActorId()
},
/**