BugFix SYIOS-30 - iOS needs typing notifs like the web client

display typing bagde in members list too.
This commit is contained in:
giomfo
2015-01-14 09:42:01 +01:00
parent 604f41a124
commit 878e9529ff
3 changed files with 24 additions and 2 deletions
+1
View File
@@ -28,6 +28,7 @@
@property (strong, nonatomic) IBOutlet CustomImageView *pictureView;
@property (weak, nonatomic) IBOutlet UILabel *userLabel;
@property (weak, nonatomic) IBOutlet UIView *powerContainer;
@property (weak, nonatomic) IBOutlet UIImageView *typingBadge;
- (void)setRoomMember:(MXRoomMember *)roomMember withRoom:(MXRoom *)room;
@end