diff --git a/lib/Travelynx/Controller/Profile.pm b/lib/Travelynx/Controller/Profile.pm index a268a23dfb91d4a431aa51c144a4a045dd895972..1660a5ba5a98adb29a6e1fba91fe4fd1a61cca4b 100755 --- a/lib/Travelynx/Controller/Profile.pm +++ b/lib/Travelynx/Controller/Profile.pm @@ -408,7 +408,9 @@ sub user_status { $self->respond_to( json => { json => { - name => $name, + account => { + name => $name, + }, status => $self->get_user_status_json_v1( status => $status, privacy => $user,