mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-09 11:21:08 +01:00
81843e8836
* Add `QueryRestrictedJoinAllowed` * Add `Resident` flag to `QueryRestrictedJoinAllowedResponse` * Check restricted joins on federation API * Return `Restricted` to determine if the room was restricted or not * Populate `AuthorisedVia` properly * Sign the event on `/send_join`, return it in the `/send_join` response in the `"event"` key * Kick back joins with invalid authorising user IDs, use event from `"event"` key if returned in `RespSendJoin` * Use invite helper in `QueryRestrictedJoinAllowed` * Only use users with the power to invite, change error bubbling a bit * Placate the almighty linter One day I will nuke `gocyclo` from orbit and everything in the world will be much better for it. * Review comments |
||
---|---|---|
.. | ||
perform_admin.go | ||
perform_backfill.go | ||
perform_forget.go | ||
perform_inbound_peek.go | ||
perform_invite.go | ||
perform_join.go | ||
perform_leave.go | ||
perform_peek.go | ||
perform_publish.go | ||
perform_unpeek.go | ||
perform_upgrade.go |