We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e8d57 commit 33b54c8Copy full SHA for 33b54c8
MatrixSDK/MXRestClient.m
@@ -3103,7 +3103,7 @@ -(MXHTTPOperation *)reportRoom:(NSString *)roomId
3103
success:(void (^)(void))success
3104
failure:(void (^)(NSError *))failure
3105
{
3106
- NSString *path = [NSString stringWithFormat:@"%@/org.matrix.msc4151/rooms/%@/report", kMXAPIPrefixPathUnstable, roomId];
+ NSString *path = [NSString stringWithFormat:@"%@/rooms/%@/report", kMXAPIPrefixPathV3, roomId];
3107
3108
NSDictionary *parameters = @{ @"reason": reason.length > 0 ? reason : @"" };
3109
0 commit comments