RoomTimelineCellIdentifier: Add specific indentifiers for incoming and outgoing voice message cells.

This commit is contained in:
SBiOSoftWhare
2022-01-25 14:51:30 +01:00
parent c4249a7122
commit eac19d4a09
2 changed files with 10 additions and 4 deletions
@@ -92,10 +92,15 @@ typedef NS_ENUM(NSUInteger, RoomTimelineCellIdentifier) {
RoomTimelineCellIdentifierGroupCallStatus,
// - Voice message
RoomTimelineCellIdentifierVoiceMessage,
RoomTimelineCellIdentifierVoiceMessageWithoutSenderInfo,
RoomTimelineCellIdentifierVoiceMessageWithPaginationTitle,
// -- Incoming
RoomTimelineCellIdentifierIncomingVoiceMessage,
RoomTimelineCellIdentifierIncomingVoiceMessageWithoutSenderInfo,
RoomTimelineCellIdentifierIncomingVoiceMessageWithPaginationTitle,
// -- Outgoing
RoomTimelineCellIdentifierOutgoingVoiceMessage,
RoomTimelineCellIdentifierOutgoingVoiceMessageWithoutSenderInfo,
RoomTimelineCellIdentifierOutgoingVoiceMessageWithPaginationTitle,
// - Poll
RoomTimelineCellIdentifierPoll,
RoomTimelineCellIdentifierPollWithoutSenderInfo,