diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomTimelineCellIdentifier.h b/Riot/Modules/Room/Views/BubbleCells/RoomTimelineCellIdentifier.h index f461504de..fafce9df7 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomTimelineCellIdentifier.h +++ b/Riot/Modules/Room/Views/BubbleCells/RoomTimelineCellIdentifier.h @@ -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