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 voice message cells.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user