Rocket.Chat/.changeset/proud-dingos-sell.md
Debdut Chakraborty 705f4defb3 chore!: Remove API_Use_REST_For_DDP_Calls setting (#32590)
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
2025-12-20 15:44:23 -03:00

339 B

@rocket.chat/meteor
major

Removes the setting API_Use_REST_For_DDP_Calls. Turning this on meant websocket was only used for realtime data/events, and any other meteor method calls goes over method.call endpoint. For microservice deployments, this had to be turned on. Now method calls will always happen over http endpoints.