hotpocket.sh: fix typo in travis insult
This commit is contained in:
parent
1830f8dc52
commit
0390b6470f
@ -277,7 +277,7 @@ deployRoomDelist () {
|
|||||||
local room_id
|
local room_id
|
||||||
room_id="$(jq '@uri' -Rr <<< "$1")" || return 1
|
room_id="$(jq '@uri' -Rr <<< "$1")" || return 1
|
||||||
# FIXME: No error handling if an error thrown here.
|
# FIXME: No error handling if an error thrown here.
|
||||||
# TODO: Check if synapse ACTUALLY lets you do this. Docs say you can but who travis probably wrote them
|
# TODO: Check if synapse ACTUALLY lets you do this. Docs say you can but who knows travis probably wrote them
|
||||||
curl -sf -X PUT -d '{"visibility":"private"}' \
|
curl -sf -X PUT -d '{"visibility":"private"}' \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "Authorization: Bearer $ACCESS_TOKEN" "$BASE_URL/client/r0/directory/list/room/$room_id"
|
-H "Authorization: Bearer $ACCESS_TOKEN" "$BASE_URL/client/r0/directory/list/room/$room_id"
|
||||||
|
Reference in New Issue
Block a user