Add changelog and param description precision

This commit is contained in:
aringenbach
2022-06-07 17:37:46 +02:00
parent 48a83a9c55
commit 384bcef9db
2 changed files with 2 additions and 1 deletions
@@ -223,7 +223,7 @@ typedef enum : NSUInteger {
@param htmlString the HTLM string to render.
@param event the event associated to the string.
@param roomState the room state right before the event.
@param roomState the room state right before the event. If nil, replies will not get constructed or formatted.
@return an attributed string.
*/
- (NSAttributedString*)renderHTMLString:(NSString*)htmlString forEvent:(MXEvent*)event withRoomState:(MXRoomState*)roomState;