diff --git a/public/vroom.pl b/public/vroom.pl index 04cd412..bfd1c06 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -345,6 +345,7 @@ helper delete_rooms => sub { $self->app->log->debug("Room " . $data->{name} . " will be deleted"); # Remove Etherpad group if ($ec){ + $ec->delete_pad($data->{etherpad_group} . '$' . $room); $ec->delete_group($data->{etherpad_group}); } push @toDeleteId, $data->{id};