Occlude current conversation thread too
Currently, nested thread logic will cut off displaying children for more than six levels, unless the currently-selected status (the one in the URL) is nested deep within a tree of replies. In other words, no matter how many levels deep the currently-selected status is, we will always show all the levels back until the original status that started the conversation thread tree.
This work changes that logic so that the currently-selected status will always be shown in context of up to six levels.
- Move max conversation depth to config
- Use config value in both places
Closes #19 (closed)
Before (tenth level in nested thread):
After:
Edited by Patrick Collins