mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
RoomTimelineCellIdentifier: Add specific indentifiers for incoming and outgoing location cells.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user