-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Thread: child messages of a parent message
- Add reply in thread action (
send-replycapability needed) - Create new thread?
- Indicate start of the thread (nr of replies)
- Display thread (message list (indicate start of thread) + input)
- Paginate thread
- Thread header
Implementation details:
- Channel service:
- add activeParentMessage$ and activeThreadMessages$ streams
- send message: parent message id (optional)
- thread messages are not included in main message list -> we have to examine this every time something changes
- Message list
- add mode flag: main or thread (main is the default)
- watch stream based on mode flag
- Thread
- parent message is not part of thread, but is displayed
- Close button: sets active parent message to undefined -> if closed: it's hidden
- Message
- Display reply count