Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "Got empty response when trying to check login"
Fixes mautrix/facebook#109 Seems like trying to hit `/` results in a 302 redirect, leading me to some chat (https://www.messenger.com/t/XXXXXXXX/). Allowing redirects seems to make the bridge work again. I guess this potentially makes the `if len(html) == 0` check (below) potentially useless, since it's now unlikely to receive an empty response.
- Loading branch information