Skip to content

Commit b01b649

Browse files
committed
chore: remove unused props related to unread messages handling
1 parent 381af4f commit b01b649

File tree

1 file changed

+0
-3
lines changed
  • packages/uikit-react-native/src/components/ChannelMessageList

1 file changed

+0
-3
lines changed

packages/uikit-react-native/src/components/ChannelMessageList/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ export type ChannelMessageListProps<T extends SendbirdGroupChannel | SendbirdOpe
9696
renderScrollToBottomButton: null | ((props: { visible: boolean; onPress: () => void }) => React.ReactElement | null);
9797
renderUnreadMessagesFloating?: null | ((props: UnreadMessagesFloatingProps) => React.ReactElement | null);
9898
unreadMessagesFloatingProps?: UnreadMessagesFloatingProps;
99-
hasSeenNewLine?: boolean;
100-
isNewLineInViewport?: boolean;
101-
hasUserMarkedAsUnread?: boolean;
10299
flatListComponent?: React.ComponentType<FlatListProps<SendbirdMessage>>;
103100
flatListProps?: Omit<FlatListProps<SendbirdMessage>, 'data' | 'renderItem'>;
104101
onViewableItemsChanged?: FlatListProps<SendbirdMessage>['onViewableItemsChanged'];

0 commit comments

Comments
 (0)