diff --git a/hotpocket.sh b/hotpocket.sh index 0de7855..a014159 100755 --- a/hotpocket.sh +++ b/hotpocket.sh @@ -277,7 +277,7 @@ deployRoomDelist () { local room_id room_id="$(jq '@uri' -Rr <<< "$1")" || return 1 # 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"}' \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $ACCESS_TOKEN" "$BASE_URL/client/r0/directory/list/room/$room_id"