зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #5645 from nextcloud/techdebt/noid/fix-participant-isself
Remove unused userId in Participant component
This commit is contained in:
Коммит
db92d48428
|
@ -378,12 +378,6 @@ export default {
|
|||
},
|
||||
|
||||
isSelf() {
|
||||
// User
|
||||
if (this.userId) {
|
||||
return this.$store.getters.getUserId() === this.userId
|
||||
}
|
||||
|
||||
// Guest
|
||||
return this.sessionIds.length && this.sessionIds.indexOf(this.currentParticipant.sessionId) >= 0
|
||||
},
|
||||
selfIsModerator() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче