Skip to content

Commit

Permalink
New parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielnetoDotCom committed Feb 16, 2022
1 parent c199a32 commit 2a45ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Meet/Meet.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static function getTokenArray($meet_schedule_id, $users_id = 0)
$u = new User($users_id);
$user = [
"avatar" => $u->getPhotoDB(),
"name" => ($isModerator?'+ ':'- ').$u->getNameIdentificationBd(),
"name" => $u->getNameIdentificationBd(),
"email" => $u->getEmail(),
"id" => $users_id,
"affiliation"=> ($isModerator?'owner':'member'),
Expand Down

0 comments on commit 2a45ce4

Please sign in to comment.