mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Fix mention pills display when coming back to a room with an unsent message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user