From af92c0deac162cba11dba2e13d2d8e4801af00b2 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 6 Apr 2016 11:21:23 -0700 Subject: add tweet text length countdown on note interface --- controllers/controllers.php | 1 + 1 file changed, 1 insertion(+) (limited to 'controllers') diff --git a/controllers/controllers.php b/controllers/controllers.php index 475e620..95d3aa5 100644 --- a/controllers/controllers.php +++ b/controllers/controllers.php @@ -83,6 +83,7 @@ $app->get('/new', function() use($app) { 'syndication_targets' => json_decode($user->syndication_targets, true), 'test_response' => $test_response, 'location_enabled' => $user->location_enabled, + 'user' => $user, 'authorizing' => false )); $app->response()->body($html); -- cgit v1.2.3