Merging cargo fixes from db-interface

This commit is contained in:
shockrah
2020-11-17 23:47:30 -08:00
5 changed files with 430 additions and 378 deletions

View File

@@ -94,6 +94,9 @@ impl FromDB<Channel, Integer> for Channel {
Err(_) => Response::Other(sql_err!("Member::FromDB::delete Listen i dont know either"))
}
}
else {
return Response::Other(no_conn!("Member::FromDB::delete"))
}
}
async fn filter(p: &Pool, kind: Integer) -> Response<Channel> {