Skip to content

Added option to auto-hide subject field when it's empty.

HJ requested to merge subject-line-entry-auto into develop

Closes #174 (closed)

new option, alwaysShowSubjectInput (default true, falls back to scopeOptionsEnabled if not present which is unlikely) toggles how CW/Subject field display works. If true - subject field is shown unconditionally always (like current behaviour). If false - subject field is only shown when it's not empty, i.e. if you're replying to some CW'd post and subjectLineBehavior is set to "masto" or "email". You can completely disable subject input by using subjectLineBehavior: noop - this way it will never be shown.

User can still change those in settings.

Merge request reports