Search Terms
tabs, featured comments, FEATURED_COMMENTS, ALL_COMMENTS
Suggestion
Currently the featured comments tab is active on the comment stream in case there are featured comments.
However, some of our users are confused, and would like to see all comments by default.
I'm able to disable this by removing these lines:
https://github.com/coralproject/talk/blob/v7.4.3/src/core/client/stream/tabs/Comments/Stream/StreamContainer.tsx#L229-L233
However, it would be nice if there was an ENV for this, so I do not have to change the core code.
Use Cases
Some people prefer seeing all comments first instead of featured comments.