Skip to content

Commit fdfc031

Browse files
authored
Merge pull request #1793 from matrix-org/nimau/msc3912_with_rel_types
2 parents 04aa5bc + af28779 commit fdfc031

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MatrixSDK/MXRestClient.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3077,7 +3077,7 @@ - (MXHTTPOperation*)redactEvent:(NSString*)eventId
30773077

30783078
if (relations && [relations count] > 0)
30793079
{
3080-
NSString* property = withRelationsIsStable ? @"with_relations" : @"org.matrix.msc3912.with_relations";
3080+
NSString* property = withRelationsIsStable ? @"with_rel_types" : @"org.matrix.msc3912.with_relations";
30813081
parameters[property] = relations;
30823082
}
30833083

changelog.d/7563.change

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MSC3912 implementation: the stable property with_relations has been renamed with_rel_types

0 commit comments

Comments
 (0)