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