Rename to partialAttributedTextMessage

This commit is contained in:
aringenbach
2022-05-09 10:46:50 +02:00
parent 90d9af5780
commit 18de7a5933
3 changed files with 7 additions and 7 deletions
@@ -990,14 +990,14 @@ typedef NS_ENUM (NSUInteger, MXKRoomDataSourceError) {
_room.partialTextMessage = partialTextMessage;
}
- (NSAttributedString *)attributedPartialTextMessage
- (NSAttributedString *)partialAttributedTextMessage
{
return _room.attributedPartialTextMessage;
return _room.partialAttributedTextMessage;
}
- (void)setAttributedPartialTextMessage:(NSAttributedString *)attributedPartialTextMessage
- (void)setPartialAttributedTextMessage:(NSAttributedString *)partialAttributedTextMessage
{
_room.attributedPartialTextMessage = attributedPartialTextMessage;
_room.partialAttributedTextMessage = partialAttributedTextMessage;
}
- (void)refreshEventListeners:(NSArray *)liveEventTypesFilterForMessages