matrix-js-sdk
5d049cc5 - Fix params getting replaced on register calls

Commit
9 years ago
Fix params getting replaced on register calls The react-sdk sets guest access token to null sometimes, but we previously added anything that was not 'undefined' to the params, causing us to send parameters which overwrite the previous actual parameters with the useless, {guest_access_token: null} which caused registrations from an email link to break. We should have no reason to send null, at least for these particular params, so don't.
Author
Parents
Loading