MELS: membership events are collapsable. Collapse them by default

This commit is contained in:
manuroe
2017-07-06 18:21:24 +02:00
parent ea04970c8c
commit b200493333
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -37,6 +37,12 @@ static NSAttributedString *readReceiptVerticalWhitespace = nil;
{
// Membership events have their own cell type
self.tag = RoomBubbleCellDataTagMembership;
// Membership events can be collapsed together
self.collapsable = YES;
// Collapse them by default
self.collapsed = YES;
}
// Increase maximum number of components