freechat/json-api/db
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
..
src + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity 2021-04-21 21:33:30 -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