mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
RoomTimelineCellIdentifier: Add dedicated identifiers for emote.
This commit is contained in:
@@ -47,6 +47,34 @@ typedef NS_ENUM(NSUInteger, RoomTimelineCellIdentifier) {
|
||||
RoomTimelineCellIdentifierOutgoingTextMessageEncryptedWithoutSenderName,
|
||||
RoomTimelineCellIdentifierOutgoingTextMessageEncryptedWithPaginationTitleWithoutSenderName,
|
||||
|
||||
// - Emote
|
||||
// -- Incoming
|
||||
// --- Clear
|
||||
RoomTimelineCellIdentifierIncomingEmote,
|
||||
RoomTimelineCellIdentifierIncomingEmoteWithoutSenderInfo,
|
||||
RoomTimelineCellIdentifierIncomingEmoteWithPaginationTitle,
|
||||
RoomTimelineCellIdentifierIncomingEmoteWithoutSenderName,
|
||||
RoomTimelineCellIdentifierIncomingEmoteWithPaginationTitleWithoutSenderName,
|
||||
// --- Encrypted
|
||||
RoomTimelineCellIdentifierIncomingEmoteEncrypted,
|
||||
RoomTimelineCellIdentifierIncomingEmoteEncryptedWithoutSenderInfo,
|
||||
RoomTimelineCellIdentifierIncomingEmoteEncryptedWithPaginationTitle,
|
||||
RoomTimelineCellIdentifierIncomingEmoteEncryptedWithoutSenderName,
|
||||
RoomTimelineCellIdentifierIncomingEmoteEncryptedWithPaginationTitleWithoutSenderName,
|
||||
// -- Outgoing
|
||||
// --- Clear
|
||||
RoomTimelineCellIdentifierOutgoingEmote,
|
||||
RoomTimelineCellIdentifierOutgoingEmoteWithoutSenderInfo,
|
||||
RoomTimelineCellIdentifierOutgoingEmoteWithPaginationTitle,
|
||||
RoomTimelineCellIdentifierOutgoingEmoteWithoutSenderName,
|
||||
RoomTimelineCellIdentifierOutgoingEmoteWithPaginationTitleWithoutSenderName,
|
||||
// --- Encrypted
|
||||
RoomTimelineCellIdentifierOutgoingEmoteEncrypted,
|
||||
RoomTimelineCellIdentifierOutgoingEmoteEncryptedWithoutSenderInfo,
|
||||
RoomTimelineCellIdentifierOutgoingEmoteEncryptedWithPaginationTitle,
|
||||
RoomTimelineCellIdentifierOutgoingEmoteEncryptedWithoutSenderName,
|
||||
RoomTimelineCellIdentifierOutgoingEmoteEncryptedWithPaginationTitleWithoutSenderName,
|
||||
|
||||
// - Attachment
|
||||
// -- Incoming
|
||||
// --- Clear
|
||||
|
||||
Reference in New Issue
Block a user