If a user is blacklisted for his collateral, trying to repay() will result in a revert. The only way to settle this loan is for the Governor to initiate forgive(), and then the Governor must transfer the tokens to the user. This design choice may not be ideal, as the user might require these tokens immediately.
Consider implementing a parameter when full repay is called from the borrower to be able to give another collateral receiver.
