mirror of
https://git.anonymousland.org/anonymousland/infrastructure.git
synced 2024-10-01 08:25:45 -04:00
2 lines
143 B
Bash
2 lines
143 B
Bash
|
#!/bin/bash
|
||
|
docker exec -it synapse curl --header "Authorization: Bearer TOKEN" -X GET http://0.0.0.0:8008/_synapse/admin/v1/rooms/ROOMID/block
|