Skip to content
Snippets Groups Projects
Verified Commit 751d0561 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 906216af
No related branches found
No related tags found
No related merge requests found
Pipeline #2051 passed
...@@ -2,7 +2,7 @@ image: docker:19.03.12 ...@@ -2,7 +2,7 @@ image: docker:19.03.12
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 1.9.0 IMAGE_VER: 1.9.1
services: services:
- docker:19.03.12-dind - docker:19.03.12-dind
......
...@@ -19,7 +19,7 @@ sub me ($c){ ...@@ -19,7 +19,7 @@ sub me ($c){
$c->cfg->{jitsi_room}, $c->cfg->{jitsi_room},
$c->cfg->{jitsi_token_lifetime}, $c->cfg->{jitsi_token_lifetime},
$user->get_columns, $user->get_columns,
moderator => ($user->roles =~ /chairman/) ? \1:\0, moderator => ($user->roles =~ /chairman/) ? 1:0,
email => $c->oauth_claims->{mail}, email => $c->oauth_claims->{mail},
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment