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

Bugfix

parent ab220225
No related branches found
No related tags found
No related merge requests found
Pipeline #2017 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.8.3 IMAGE_VER: 1.8.4
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/, 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