mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Fix typo in permissionsChangedAction.
This commit is contained in:
parent
96588d0aa3
commit
1b492114ad
1 changed files with 1 additions and 1 deletions
|
@ -1180,7 +1180,7 @@ func handleAction(c *webClient, a interface{}) error {
|
|||
Status: &status,
|
||||
RTCConfiguration: ice.ICEConfiguration(),
|
||||
})
|
||||
if member("present", c.permissions) {
|
||||
if !member("present", c.permissions) {
|
||||
up := getUpConns(c)
|
||||
for _, u := range up {
|
||||
err := delUpConn(
|
||||
|
|
Loading…
Reference in a new issue