Skip to content

Remove rewrite logic for URIs with room ID

Daniel Gerhardt requested to merge remove-roomid-prefix-uri-manipulation into master

The /room/{roomId} prefix is no longer removed by the gateway. It was not handled consistently across services and did not provide any advantages. Instead it added unnecessary complexity.

Merge request reports