RoomTimelineCellIdentifier: Add identifiers for file without thumbnail cells.

This commit is contained in:
SBiOSoftWhare
2022-01-31 10:46:46 +01:00
parent bd7c0f19db
commit 277a6d85e6
@@ -67,6 +67,25 @@ typedef NS_ENUM(NSUInteger, RoomTimelineCellIdentifier) {
RoomTimelineCellIdentifierOutgoingAttachmentEncryptedWithoutSenderInfo,
RoomTimelineCellIdentifierOutgoingAttachmentEncryptedWithPaginationTitle,
// - Attachment without thumbnail
// --- Clear
RoomTimelineCellIdentifierIncomingAttachmentWithoutThumbnail,
RoomTimelineCellIdentifierIncomingAttachmentWithoutThumbnailWithoutSenderInfo,
RoomTimelineCellIdentifierIncomingAttachmentWithoutThumbnailWithPaginationTitle,
// --- Encrypted
RoomTimelineCellIdentifierIncomingAttachmentWithoutThumbnailEncrypted,
RoomTimelineCellIdentifierIncomingAttachmentWithoutThumbnailEncryptedWithoutSenderInfo,
RoomTimelineCellIdentifierIncomingAttachmentWithoutThumbnailEncryptedWithPaginationTitle,
// -- Outgoing
// --- Clear
RoomTimelineCellIdentifierOutgoingAttachmentWithoutThumbnail,
RoomTimelineCellIdentifierOutgoingAttachmentWithoutThumbnailWithoutSenderInfo,
RoomTimelineCellIdentifierOutgoingAttachmentWithoutThumbnailWithPaginationTitle,
// --- Encrypted
RoomTimelineCellIdentifierOutgoingAttachmentWithoutThumbnailEncrypted,
RoomTimelineCellIdentifierOutgoingAttachmentWithoutThumbnailEncryptedWithoutSenderInfo,
RoomTimelineCellIdentifierOutgoingAttachmentWithoutThumbnailEncryptedWithPaginationTitle,
// - Room membership
RoomTimelineCellIdentifierMembership,
RoomTimelineCellIdentifierMembershipWithPaginationTitle,