From b1780003a344757e0e26f9b4e3c128930f9d5e19 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 21 May 2014 13:52:43 +0200 Subject: [PATCH] Send to JS client if the name is mandatory on this room --- public/vroom.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/public/vroom.pl b/public/vroom.pl index ac71c54..56360de 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -800,6 +800,7 @@ post '/action' => sub { owner_auth => ($data->{owner_password}) ? 'yes' : 'no', join_auth => ($data->{join_password}) ? 'yes' : 'no', locked => ($data->{locked}) ? 'yes' : 'no', + ask_for_name => ($data->{ask_for_name}) ? 'yes' : 'no', notif => Mojo::JSON->new->encode({email => { %emailNotif }}), status => $res },