mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 11:46:58 +02:00
Room details: Fix SYIOS-17 - Fudge around flickering during echos
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user