Add a bunch more people to the speculator trusted list

pull/1386/head
Richard van der Hoff 6 years ago
parent 9abbbfb81e
commit f9a0a49e96

@ -701,8 +701,8 @@ func ignoreExitCodeOne(err error) error {
func main() { func main() {
flag.Parse() flag.Parse()
// It would be great to read this from github, but there's no convenient way to do so. // It would be great to read this from github
// Most of these memberships are "private", so would require some kind of auth. // cf https://github.com/matrix-org/matrix-doc/issues/1384
allowedMembers = map[string]bool{ allowedMembers = map[string]bool{
"dbkr": true, "dbkr": true,
"erikjohnston": true, "erikjohnston": true,
@ -715,6 +715,11 @@ func main() {
"rxl881": true, "rxl881": true,
"uhoreg": true, "uhoreg": true,
"turt2live": true, "turt2live": true,
"Half-Shot": true,
"anoadragon453": true,
"mujx": true,
"benparsons": true,
"KitsuneRal": true,
} }
if err := initCache(); err != nil { if err := initCache(); err != nil {
log.Fatal(err) log.Fatal(err)

Loading…
Cancel
Save