Add documentation

This commit is contained in:
aringenbach
2022-05-02 17:36:53 +02:00
parent f0bf676511
commit 69c0a7d9bd
9 changed files with 65 additions and 5 deletions
@@ -476,6 +476,12 @@ extern NSString *const kMXKRoomDataSourceTimelineErrorErrorKey;
success:(void (^)(NSString *))success
failure:(void (^)(NSError *))failure;
/**
Updates an event with replacement event.
@note the original event is defined in the `MXEventContentRelatesTo` object.
@param replaceEvent the new event to display
*/
- (void)updateEventWithReplaceEvent:(MXEvent*)replaceEvent;
/**