timeline : makes typingNotification item part of the timelineItems.
This commit is contained in:
parent
f8fa218146
commit
1e4c30c569
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