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
@@ -160,11 +160,6 @@ extern NSString *const kMXKRoomDataSourceTimelineErrorErrorKey;
*/
@property (nonatomic, readonly) NSInteger serverSyncEventCount;
/**
The current text message partially typed in text input (use nil to reset it).
*/
@property (nonatomic) NSString *partialTextMessage;
/**
The current attributed text message partially typed in text input (use nil to reset it).
*/