RoomTimelineCellIdentifier: Add specific indentifiers for incoming and outgoing location cells.

This commit is contained in:
SBiOSoftWhare
2022-01-25 16:40:55 +01:00
parent 7d9800a50c
commit e4fd8d8035
@@ -107,9 +107,14 @@ typedef NS_ENUM(NSUInteger, RoomTimelineCellIdentifier) {
RoomTimelineCellIdentifierPollWithPaginationTitle,
// - Location sharing
RoomTimelineCellIdentifierLocation,
RoomTimelineCellIdentifierLocationWithoutSenderInfo,
RoomTimelineCellIdentifierLocationWithPaginationTitle,
// -- Incoming
RoomTimelineCellIdentifierIncomingLocation,
RoomTimelineCellIdentifierIncomingLocationWithoutSenderInfo,
RoomTimelineCellIdentifierIncomingLocationWithPaginationTitle,
// -- Outgoing
RoomTimelineCellIdentifierOutgoingLocation,
RoomTimelineCellIdentifierOutgoingLocationWithoutSenderInfo,
RoomTimelineCellIdentifierOutgoingLocationWithPaginationTitle,
// - Others
RoomTimelineCellIdentifierEmpty,