freechat/json-api/db/src
shockrah 9ab9cdb176 + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity
This is really only for check if a particular channel exists for /messages/recent's backend

* Flattening db-lib::Message::last_n
SHould make code more readable as it now has a more linear flow

* api::Messages::recent_messages now 404's when a channel that doesn't exist is request
2021-04-21 21:33:30 -07:00
..
channels.rs + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity 2021-04-21 21:33:30 -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 + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity 2021-04-21 21:33:30 -07:00