RoomVC: Make membership events use less screen

Use MXKRoomBubbleCellDataStoring.tag to identify membership cells
This commit is contained in:
manuroe
2017-07-05 09:05:23 +02:00
parent 01e5086a02
commit a35906893a
3 changed files with 26 additions and 2 deletions
+7
View File
@@ -16,6 +16,13 @@
#import "MXKRoomBubbleCellDataWithAppendingMode.h"
// Custom tags for MXKRoomBubbleCellDataStoring.tag
typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
{
RoomBubbleCellDataTagMessage = 0, // Default value used for messages
RoomBubbleCellDataTagMembership
};
/**
`RoomBubbleCellData` defines Vector bubble cell data model.
*/