@@ -25,11 +25,11 @@ #import "MTXClient.h" @implementation MTXJoinRoomFailedException + (instancetype)exceptionWithRoom: (OFString *)room statusCode: (int)statusCode - response: (mtx_response_t)response + response: (MTXResponse)response client: (MTXClient *)client { return [[[self alloc] initWithRoom: room statusCode: statusCode response: response @@ -36,11 +36,11 @@ client: client] autorelease]; } - (instancetype)initWithRoom: (OFString *)room statusCode: (int)statusCode - response: (mtx_response_t)response + response: (MTXResponse)response client: (MTXClient *)client { self = [super initWithStatusCode: statusCode response: response client: client];