Skip to content

Commit 8e5ed70

Browse files
committed
docs: Update docs
1 parent b150d9d commit 8e5ed70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/stream-chat-angular/src/lib/message-list/message-list.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export class MessageListComponent
6969
@Input() displayDateSeparator = true;
7070
/**
7171
* If date separators are displayed, you can set the horizontal position of the date text.
72+
* If `openMessageListAt` is `last-unread-message` it will also set the text position of the new messages indicator.
7273
*/
7374
@Input() dateSeparatorTextPos: 'center' | 'right' | 'left' = 'center';
7475
/**

0 commit comments

Comments
 (0)