Commit 1b492114 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in permissionsChangedAction.

parent 96588d0a
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment