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 5cc2623e2c
commit 8a06ea0e4c
@@ -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,