Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 23, 2024
1 parent aab4a85 commit 35e2a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/Meet/Meet.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ public static function getTokenArray($meet_schedule_id, $users_id = 0)
if (empty($users_id)) {
$user = [
"affiliation"=> ($isModerator?'owner':'member'),
"name" => '',
"email" => '',
];
} else {
$u = new User($users_id);
Expand Down

0 comments on commit 35e2a85

Please sign in to comment.