Skip to content

session: force_auth in RequestConfig

This will send the auth_token to every request, fixing the issue with some matrix servers that requires authentication to get the user profile and other possible issues with different servers configurations and other API endpoints.

This change is based on this matrix-rust-sdk comment: https://github.com/matrix-org/matrix-rust-sdk/issues/488#issuecomment-1034917858

Fix https://gitlab.gnome.org/GNOME/fractal/-/issues/934

Merge request reports