Skip to content

Commit 45e996b

Browse files
Update MatrixSDK/JSONModels/Location/MXBeacon.m
Co-authored-by: Doug <[email protected]>
1 parent 4514ed4 commit 45e996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MatrixSDK/JSONModels/Location/MXBeacon.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ - (NSDictionary *)JSONDictionary
128128

129129
MXEventContentRelatesTo *relatesTo = [[MXEventContentRelatesTo alloc] initWithRelationType:MXEventRelationTypeReference eventId:_beaconInfoEventId];
130130

131-
content[kMXEventRelationRelatesToKey] = relatesTo.JSONDictionary;
131+
content[kMXEventRelationRelatesToKey] = relatesTo.JSONDictionary;
132132

133133
content[kMXMessageContentKeyExtensibleTimestampMSC3488] = @(self.timestamp);
134134

0 commit comments

Comments
 (0)