mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Construct formatted body from replied event
This commit is contained in:
@@ -240,6 +240,13 @@ typedef enum : NSUInteger {
|
||||
*/
|
||||
- (NSAttributedString*)renderHTMLString:(NSString*)htmlString forEvent:(MXEvent*)event withRoomState:(MXRoomState*)roomState isEditMode:(BOOL)isEditMode;
|
||||
|
||||
/**
|
||||
Defines the replacement attributed string for a redacted message.
|
||||
|
||||
@return attributed string describing redacted message.
|
||||
*/
|
||||
- (NSAttributedString*)redactedMessageReplacementAttributedString;
|
||||
|
||||
/**
|
||||
Same as [self renderString:forEvent:] but add a prefix.
|
||||
The prefix will be rendered with 'prefixTextFont' and 'prefixTextColor'.
|
||||
|
||||
Reference in New Issue
Block a user