diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-12-03 14:55:43 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-12-03 14:55:43 +0000 |
| commit | 9e78eddf2ad846ee69bfef690cfe3765d1b55dcb (patch) | |
| tree | f5e674945a381ace77313557d1c2789ea1af5ce4 /src/modules/instance.js | |
| parent | ea28aa62f00663ab8a0e0bf64551ac15256a3242 (diff) | |
| parent | b34097a5c154cb913048a16848d0ab0d48dfe626 (diff) | |
Merge branch 'subject-line-entry-auto' into 'develop'
Added option to auto-hide subject field when it's empty.
Closes #174
See merge request pleroma/pleroma-fe!388
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index 9a39cccf..641424b6 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -17,6 +17,7 @@ const defaultState = { showInstanceSpecificPanel: false, scopeOptionsEnabled: true, formattingOptionsEnabled: false, + alwaysShowSubjectInput: true, collapseMessageWithSubject: false, hidePostStats: false, hideUserStats: false, |
