bicep/matrix/hookshot: looser perms again
This commit is contained in:
parent
7868344bfc
commit
be9cb320d1
|
@ -72,14 +72,14 @@ in
|
|||
{ actor = "pvv.ntnu.no";
|
||||
services = [ { service = "*"; level = "commands"; } ];
|
||||
}
|
||||
# # Members of Medlem space (for people with their own hs)
|
||||
# { actor = "!pZOTJQinWyyTWaeOgK:pvv.ntnu.no";
|
||||
# services = [ { service = "*"; level = "commands"; } ];
|
||||
# }
|
||||
# # Members of Drift
|
||||
# { actor = "!eYgeufLrninXxQpYml:pvv.ntnu.no";
|
||||
# services = [ { service = "*"; level = "admin"; } ];
|
||||
# }
|
||||
# Members of Medlem space (for people with their own hs)
|
||||
{ actor = "!pZOTJQinWyyTWaeOgK:pvv.ntnu.no";
|
||||
services = [ { service = "*"; level = "commands"; } ];
|
||||
}
|
||||
# Members of Drift
|
||||
{ actor = "!eYgeufLrninXxQpYml:pvv.ntnu.no";
|
||||
services = [ { service = "*"; level = "admin"; } ];
|
||||
}
|
||||
# Dan bootstrap
|
||||
{ actor = "@dandellion:dodsorf.as";
|
||||
services = [ { service = "*"; level = "admin"; } ];
|
||||
|
|
Loading…
Reference in New Issue