freechat/server-api/db
shockrah 56041c1da5 db-lib::Member::Update no longer does 2 network hits
Also is a lot more straight forward to use as it basically return Response::Success and Other in case of issue

Member::update_perms now a thing which is again pasted from previously working code and uses Result<_, _> return types so we can ? everywhere
$ Using ? is basically a try so latency should be reduced in this method
2020-11-17 22:29:58 -08:00
..
src db-lib::Member::Update no longer does 2 network hits 2020-11-17 22:29:58 -08:00
Cargo.lock updated dependancies for db-lib so that serde::Serialize works as intended 2020-11-17 22:27:28 -08:00
Cargo.toml updated dependancies for db-lib so that serde::Serialize works as intended 2020-11-17 22:27:28 -08:00