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.
2 parents 04aa5bc + af28779 commit fdfc031Copy full SHA for fdfc031
MatrixSDK/MXRestClient.m
@@ -3077,7 +3077,7 @@ - (MXHTTPOperation*)redactEvent:(NSString*)eventId
3077
3078
if (relations && [relations count] > 0)
3079
{
3080
- NSString* property = withRelationsIsStable ? @"with_relations" : @"org.matrix.msc3912.with_relations";
+ NSString* property = withRelationsIsStable ? @"with_rel_types" : @"org.matrix.msc3912.with_relations";
3081
parameters[property] = relations;
3082
}
3083
changelog.d/7563.change
@@ -0,0 +1 @@
1
+MSC3912 implementation: the stable property with_relations has been renamed with_rel_types
0 commit comments