diff options
| author | Shpuld Shpludson <shp@cock.li> | 2018-12-13 17:47:01 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2018-12-13 17:47:01 +0000 |
| commit | ad56c8e5bd3f62829b7ccfac285a10425dcbb57a (patch) | |
| tree | bd3b918fdab9295dfdaa64eea72c49f0b6e2589a /src/modules/instance.js | |
| parent | ac60550e07b9507ff4a01f4548b781b60f294089 (diff) | |
| parent | cc259411a79c6752f2e71917d58d625fc6028db9 (diff) | |
Merge branch 'collateral-damage-control' into 'develop'
Collateral damage control
See merge request pleroma/pleroma-fe!418
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index 7c27d52a..ab88306f 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -25,6 +25,8 @@ const defaultState = { scopeCopy: true, subjectLineBehavior: 'email', loginMethod: 'password', + nsfwCensorImage: undefined, + vapidPublicKey: undefined, // Nasty stuff pleromaBackend: true, |
