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 dfd64c82f7
commit 6410b9292b
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;