freechat/json-api/db/src
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
..
channels.rs + Adding db-lib::common::try_error_passthrough 2021-04-21 16:08:23 -07:00
common.rs + Adding db-lib::common::try_error_passthrough 2021-04-21 16:08:23 -07:00
invites.rs mysql_async updates 2021-03-30 22:43:07 -07:00
lib.rs - Removal of auth code in db-lib 2021-03-30 21:36:21 -07:00
member.rs * Adding id to insertion call in db-lib::channel::add 2021-04-07 20:48:58 -07:00
messages.rs + Adding db-lib::common::try_error_passthrough 2021-04-21 16:08:23 -07:00