Skip to content

Commit 92180ce

Browse files
committed
chore: add todo
1 parent 8a2c1b0 commit 92180ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Message/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export type MessageProps = {
6363
highlighted?: boolean;
6464
/** Whether the threaded message is the first in the thread list */
6565
initialMessage?: boolean;
66+
// todo: could be moved to the Channel instance reactive state as lastReceivedMessage keeping the the receipt status as well (useful for channel preview)
6667
/** Latest message id on current channel */
6768
lastReceivedId?: string | null;
6869
/** UI component to display a Message in MessageList, overrides value in [ComponentContext](https://getstream.io/chat/docs/sdk/react/contexts/component_context/#message) */

0 commit comments

Comments
 (0)