Add ability to manage power levels
It would be nice to specify which PLs users should have in rooms along with their membership.
+1 for this feature.
You can do that now with a REST hook to another server and a CURL request back to synapse. Works 100%.
I don't know how to do this, are you able to direct me to documentation or examples please?
I guess what he meant was, that you can use the new event hooks system to hook into /createRoom or some other API call, and then initialize the room on your own (by sending API requests).
However, doing that is kind of difficult. I think this feature request is still valid.
You should use a REST hook with an eventType: "afterAuthenticatedRequest"
On your (second) server, where you receive that hook you can then create a CURL request using this: https://github.com/devture/matrix-corporal/blob/master/docs/http-api.md#user-access-token-retrieval-endpoint