Add virtual as a ~team sysadmin and re-prettify members.json while I'm at it

This commit is contained in:
Robert Miles 2018-07-06 02:12:54 -04:00
parent b309b95751
commit bb3c5cf5a9
1 changed files with 48 additions and 44 deletions

View File

@ -1,45 +1,49 @@
{ {
"members": [ "members": [
{ {
"private_channel": "#town", "private_channel": "#town",
"sysadmins": [ "name": "tilde.town",
[ "sysadmins": [
"vilmibm", [
"https://tilde.town/~vilmibm" "vilmibm",
] "https://tilde.town/~vilmibm"
], ]
"link": "https://tilde.town", ],
"name": "tilde.town" "link": "https://tilde.town"
}, },
{ {
"private_channel": "#team", "private_channel": "#team",
"sysadmins": [ "name": "tilde.team",
[ "sysadmins": [
"ben", [
"https://ben.tilde.team/" "ben",
], "https://ben.tilde.team/"
[ ],
"khuxkm", [
"https://khuxkm.tilde.team/" "khuxkm",
], "https://khuxkm.tilde.team/"
[ ],
"cmccabe", [
"https://cmccabe.tilde.team/" "cmccabe",
] "https://cmccabe.tilde.team/"
], ],
"link": "https://tilde.team", [
"name": "tilde.team" "virtual",
}, "https://virtual.tilde.team/"
{ ]
"private_channel": "#your", ],
"sysadmins": [ "link": "https://tilde.team"
[ },
"deepend", {
"https://yourtilde.com/~deepend/" "private_channel": "#your",
] "name": "yourtilde.com",
], "sysadmins": [
"link": "https://yourtilde.com", [
"name": "yourtilde.com" "deepend",
} "https://yourtilde.com/~deepend/"
] ]
} ],
"link": "https://yourtilde.com"
}
]
}