lbry-desktop/ui/component/livestreamComments
infinite-persistence 4688b4bf58
Livestream: stop pinned comments from appearing as latest (#6888)
## Ticket
6879: Previously pinned livestream comments show as latest

## Issue
`comment.List` will always display the pinned comment first, hence the problem when the chat is refreshed.

## Approach
Completely split pinned comments from top-level comments in the Reducer, and the let the GUI (e.g. regular comments, livestream comments) decide how they want to display it.

For the case of livestream, there is no need to repeat the pinned comments in the regular chat area, since there is a dedicated area on top.
2021-08-17 12:09:55 -04:00
..
index.js Livestream: stop pinned comments from appearing as latest (#6888) 2021-08-17 12:09:55 -04:00
view.jsx Livestream: stop pinned comments from appearing as latest (#6888) 2021-08-17 12:09:55 -04:00