freechat/json-api/db
shockrah ef73b39f4f + Adding db-lib::common::try_error_passthrough
This is more heavily used in Message::send as a way of discerning "real" server errors
from those that are caused  by user input. The name itself might not be super fitting either

* Moving code for inserting textual messages into its own function
This splits up the logic a bit for Message::send but this segment of logic is also
much simpler than that of file upload

* Flattening Message::send overall
Keeping this function as flat as can be is crucial as it is one of the heavier+most
important funcs in the whole JSON API codebase

Files are now also generated correctly and asynchronously
2021-04-21 16:08:23 -07:00
..
src + Adding db-lib::common::try_error_passthrough 2021-04-21 16:08:23 -07:00
Cargo.toml Removing features flag from db-lib as its not needed 2021-03-30 21:41:57 -07:00
Makefile * Moving away from auto_increment 2021-03-24 01:14:37 -07:00