This commit is contained in:
ismailgulek
2021-03-17 00:49:07 +03:00
parent 4189a484ca
commit 335ddf78e8
6 changed files with 60 additions and 17 deletions
@@ -64,6 +64,8 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
if (self)
{
self.displayTimestampForSelectedComponentOnLeftWhenPossible = YES;
switch (event.eventType)
{
case MXEventTypeRoomMember:
@@ -142,6 +144,9 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
// Collapse them by default
self.collapsed = YES;
// Show timestamps always on right
self.displayTimestampForSelectedComponentOnLeftWhenPossible = NO;
}
break;
default: