Room details: Fix SYIOS-17 - Fudge around flickering during echos

This commit is contained in:
giomfo
2014-12-16 10:23:14 +01:00
parent 9b0f66966d
commit 391b016029
5 changed files with 65 additions and 21 deletions
@@ -35,6 +35,9 @@ typedef enum : NSUInteger {
@property (nonatomic) RoomMessageComponentStyle style;
@property (nonatomic) BOOL isStateEvent;
@property (nonatomic) CGFloat height;
// Patch: Outgoing messages may be received from events stream whereas the app is waiting for our PUT to return.
// In this case, the message is temporary hidden
@property (nonatomic,getter=isHidden) BOOL hidden; // default is NO.
// True if text message starts with the sender name (see membership events, emote ...)
@property (nonatomic) BOOL startsWithSenderName;