mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Add documentation
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user