freechat/json-api/db/src
shockrah 0b34c25477 * Fixing broken /channels/create due to updated channel structure
The badges_id field has proved to bubble up some issues with updating deep structures
Basically this just means that feature branches for deep features like this are a good idea

! Issue: RTC feature flag was working fine but without the feature flag `Row`'s had no pickup
This meant correct responses were slipping into previously unreachable sections of code
2021-05-26 12:14:43 -07:00
..
channels.rs * Fixing broken /channels/create due to updated channel structure 2021-05-26 12:14:43 -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
jwt.rs + Jwt tables - SEE NOTE 2021-05-08 01:29:44 -07:00
lib.rs + Adding badge_ids to db-lib backend 2021-05-20 16:44:08 -07:00
member.rs * Fixing broken /channels/create due to updated channel structure 2021-05-26 12:14:43 -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
neighbors.rs + Adding /neighbor/remove route api code and db-lib code 2021-05-12 14:07:38 -07:00