diff options
Diffstat (limited to 'controllers/controllers.php')
-rw-r--r-- | controllers/controllers.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controllers/controllers.php b/controllers/controllers.php index 2cbe56e..bf1cb86 100644 --- a/controllers/controllers.php +++ b/controllers/controllers.php @@ -72,6 +72,7 @@ $app->get('/new', function() use($app) { 'micropub_access_token' => $user->micropub_access_token, 'response_date' => $user->last_micropub_response_date, 'syndication_targets' => json_decode($user->syndication_targets, true), + 'supported_visibility' => json_decode($user->supported_visibility, true), 'location_enabled' => $user->location_enabled, 'user' => $user, 'authorizing' => false |