mirror of
https://git.anonymousland.org/anonymousland/infrastructure.git
synced 2025-01-19 14:51:30 -05: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
|