RoomTimelineCellIdentifier: Add dedicated identifiers for emote.

This commit is contained in:
SBiOSoftWhare
2022-02-08 11:44:52 +01:00
parent d2d3d67dbe
commit 5883d7382e
@@ -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