mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +03:00
lint
This commit is contained in:
parent
8d0983ab02
commit
8ec1c3ecf4
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ export default class GroupSummaryStore extends EventEmitter {
|
|||
.then(this._fetchSummary.bind(this));
|
||||
}
|
||||
|
||||
setGroupPublicity(is_published) {
|
||||
setGroupPublicity(isPublished) {
|
||||
return this._matrixClient
|
||||
.setGroupPublicity(this._groupId, is_published)
|
||||
.setGroupPublicity(this._groupId, isPublished)
|
||||
.then(this._fetchSummary.bind(this));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue