diff options
| author | HJ <spam@hjkos.com> | 2018-12-27 17:13:17 +0000 |
|---|---|---|
| committer | HJ <spam@hjkos.com> | 2018-12-27 17:13:17 +0000 |
| commit | a86b80b0544ca93a1b59ff521fd9b1e8bbc3f8c9 (patch) | |
| tree | 14424ed419720cd62cd58e62e78f2fb61497fb3d /src/modules/instance.js | |
| parent | 754cb23f354369d57dbe3f36e530709850ae7028 (diff) | |
| parent | 0f530de397f43744ef1d83f97b76869404f80218 (diff) | |
Merge branch 'feature/no-attachment-links' into 'develop'
No attachment links
Closes #175
See merge request pleroma/pleroma-fe!442
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 342bc9ac..546d2cc4 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -27,6 +27,7 @@ const defaultState = { loginMethod: 'password', nsfwCensorImage: undefined, vapidPublicKey: undefined, + noAttachmentLinks: false, // Nasty stuff pleromaBackend: true, |
