You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and fix the bug where it was picking 4 servers instead of 3. This was due to `<=` instead of `<` in the `MAX_SERVER_CANDIDATES` loop. Added tests for all the things.
Fixeselement-hq/element-web#7752Fixeselement-hq/element-web#7682
This isn't the end of the world, however the code should only be returning 3 servers. Probably a lack of unit tests to catch this case.
The text was updated successfully, but these errors were encountered: