mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
RoomTimelineCellIdentifier: Add incoming and outgoing poll cell indentifiers.
This commit is contained in:
@@ -121,9 +121,14 @@ typedef NS_ENUM(NSUInteger, RoomTimelineCellIdentifier) {
|
||||
RoomTimelineCellIdentifierOutgoingVoiceMessageWithPaginationTitle,
|
||||
|
||||
// - Poll
|
||||
RoomTimelineCellIdentifierPoll,
|
||||
RoomTimelineCellIdentifierPollWithoutSenderInfo,
|
||||
RoomTimelineCellIdentifierPollWithPaginationTitle,
|
||||
// -- Incoming
|
||||
RoomTimelineCellIdentifierIncomingPoll,
|
||||
RoomTimelineCellIdentifierIncomingPollWithoutSenderInfo,
|
||||
RoomTimelineCellIdentifierIncomingPollWithPaginationTitle,
|
||||
// -- Outgoing
|
||||
RoomTimelineCellIdentifierOutgoingPoll,
|
||||
RoomTimelineCellIdentifierOutgoingPollWithoutSenderInfo,
|
||||
RoomTimelineCellIdentifierOutgoingPollWithPaginationTitle,
|
||||
|
||||
// - Location sharing
|
||||
// -- Incoming
|
||||
|
||||
Reference in New Issue
Block a user