Fix mention pills display when coming back to a room with an unsent message

This commit is contained in:
aringenbach
2022-09-05 10:56:50 +02:00
parent 686996d821
commit 32fe42ace0
5 changed files with 4 additions and 18 deletions
@@ -919,16 +919,6 @@ typedef NS_ENUM (NSUInteger, MXKRoomDataSourceError) {
return attachments;
}
- (NSString *)partialTextMessage
{
return _room.partialTextMessage;
}
- (void)setPartialTextMessage:(NSString *)partialTextMessage
{
_room.partialTextMessage = partialTextMessage;
}
- (NSAttributedString *)partialAttributedTextMessage
{
return _room.partialAttributedTextMessage;