Add read more opens new tab feature flag (#3079)

If the feature flag READ_MORE_NEW_TAB is
set, then clicking on "Read more of this
conversation" will open a new tab.

CORL-1246

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Nick Funk
2020-08-05 21:10:55 +00:00
committed by GitHub
co-authored by kodiakhq[bot]
parent 6a8d6b07d6
commit ce7d6969dd
4 changed files with 58 additions and 2 deletions
@@ -407,6 +407,12 @@ enum FEATURE_FLAG {
DISCUSSIONS will enable the discussions tab for the comment stream.
"""
DISCUSSIONS
"""
READ_MORE_NEW_TAB will enable opening a new tab when a user clicks on
"read more of this conversation" in the comment stream.
"""
READ_MORE_NEW_TAB
}
# The moderation mode of the site.