strip_conv_subject_hashes
. If you PR that, should be a one-line template change, I'll accept that 🤗 Maybe put it behind the same feature flag for now though? Something like:
{{ if isFeatureEnabled "strip_conv_subject_hashes" }}
<a href="/search?tag={{ $.Twt.Hash }}"><em class="twt-hash"> #{{ $.Twt.Hash }} </em></a>
{{ else }}
<em class="twt-hash"> #{{ $.Twt.Hash }} </em>
{{ end }}
strip_conv_subject_hashes
. If you PR that, should be a one-line template change, I'll accept that 🤗 Maybe put it behind the same feature flag for now though? Something like:
{{ if isFeatureEnabled "strip_conv_subject_hashes" }}
<a href="/search?tag={{ $.Twt.Hash }}"><em class="twt-hash"> #{{ $.Twt.Hash }} </em></a>
{{ else }}
<em class="twt-hash"> #{{ $.Twt.Hash }} </em>
{{ end }}