timeline : makes typingNotification item part of the timelineItems.
This commit is contained in:
parent
60f1bf6e54
commit
3a1c20a0fe
21 changed files with 95 additions and 68 deletions
|
|
@ -24,4 +24,7 @@ sealed interface VirtualTimelineItem {
|
|||
val direction: Timeline.PaginationDirection,
|
||||
val timestamp: Long,
|
||||
) : VirtualTimelineItem
|
||||
|
||||
data object TypingNotification : VirtualTimelineItem
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue