diff options
| author | Henry <spam@hjkos.com> | 2018-11-26 01:50:54 +0000 |
|---|---|---|
| committer | Henry <spam@hjkos.com> | 2018-11-26 01:50:54 +0000 |
| commit | 91272dc5558e1326dac872f927dc8da7f9109cd0 (patch) | |
| tree | 42b479fa25d0fe4c39401f9759e2f35323f86b61 /static | |
| parent | f1a23f2b6edb0858890c82cf42c8b6d835102d56 (diff) | |
| parent | b948234aec2ec1d140a46303c09d24424262bd66 (diff) | |
Merge branch 'feature/scope_preferences' into 'develop'
Make visibility copying and subject copying configurable
Closes #135
See merge request pleroma/pleroma-fe!353
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/config.json b/static/config.json index 69a70741..67d84579 100644 --- a/static/config.json +++ b/static/config.json @@ -11,6 +11,8 @@ "scopeOptionsEnabled": false, "formattingOptionsEnabled": false, "collapseMessageWithSubject": false, + "scopeCopy": false, + "subjectLineBehavior": "email", "hidePostStats": false, "hideUserStats": false, "loginMethod": "password" |
