Allow anonymous participants to have timezone metadata
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -380,6 +380,7 @@ export const JOIN_EVENT = gql`
|
||||
$email: String
|
||||
$message: String
|
||||
$locale: String
|
||||
$timezone: String
|
||||
) {
|
||||
joinEvent(
|
||||
eventId: $eventId
|
||||
@@ -387,6 +388,7 @@ export const JOIN_EVENT = gql`
|
||||
email: $email
|
||||
message: $message
|
||||
locale: $locale
|
||||
timezone: $timezone
|
||||
) {
|
||||
...ParticipantQuery
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user