1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-28 18:58:30 +00:00
continuwuity/src
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
..
api do not expect/unwrap requests 2023-10-28 09:05:23 -04:00
config feat(presence): add granular allow configuration 2023-10-21 22:31:16 -04:00
database feat(presence): add granular allow configuration 2023-10-21 22:31:16 -04:00
service feat(presence): add granular allow configuration 2023-10-21 22:31:16 -04:00
utils feat(presence): implement presence functionality 2023-10-21 22:31:06 -04:00
lib.rs refactor: cleanup 2022-11-21 20:50:39 +01:00
main.rs Implement UNIX sockets 2023-09-13 20:49:02 -04:00