continuwuity/src/api
girlbossceo 95187419f9 do not expect/unwrap requests
causes tokio runtime worker to panic as we attempt to convert an HTTP
Request from ruma (try_into_http_request) into a reqwest Request so the
reqwest http client on the server can execute said request. error
message is not ideal ("invalid port number") but core issue is fixed.

Co-authored-by: infamous <ehuff007@gmail.com>
Signed-off-by: girlbossceo <june@girlboss.ceo>
2023-10-28 09:05:23 -04:00
..
client_server feat(presence): add granular allow configuration 2023-10-21 22:31:16 -04:00
ruma_wrapper fix: add destination field authorization handler (not my commit) 2023-09-13 21:47:37 -04:00
appservice_server.rs fix: send correct bearer token to appservices 2023-06-26 09:15:52 +02:00
mod.rs cargo fmt 2022-10-10 14:02:01 +02:00
server_server.rs do not expect/unwrap requests 2023-10-28 09:05:23 -04:00