|
|
@ -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)
|
|
|
|