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 4514ed4 commit 45e996bCopy full SHA for 45e996b
MatrixSDK/JSONModels/Location/MXBeacon.m
@@ -128,7 +128,7 @@ - (NSDictionary *)JSONDictionary
128
129
MXEventContentRelatesTo *relatesTo = [[MXEventContentRelatesTo alloc] initWithRelationType:MXEventRelationTypeReference eventId:_beaconInfoEventId];
130
131
- content[kMXEventRelationRelatesToKey] = relatesTo.JSONDictionary;
+ content[kMXEventRelationRelatesToKey] = relatesTo.JSONDictionary;
132
133
content[kMXMessageContentKeyExtensibleTimestampMSC3488] = @(self.timestamp);
134
0 commit comments