Commit 87aa825e authored by Randall Leeds's avatar Randall Leeds

typo which broke private annotations

parent a7928fc3
......@@ -79,7 +79,7 @@ privacy = ->
permissions.read = ['group:__world__']
else
read = permissions.read or []
read = (role for role in read when role is not 'group:__world__')
read = (role for role in read when role isnt 'group:__world__')
permissions.read = read
permissions
......
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