-
-
Notifications
You must be signed in to change notification settings - Fork 5
Enable drop-in hosts to view attendees #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Just tap on the profile image All driven by tito configuration Simple modal
| @@ -1,6 +1,39 @@ | |||
| #if(canViewDropInSessionParticipants): | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
security is my passion
| struct TitoTicket: Codable { | ||
| struct Metadata: Codable { | ||
| let canBookDropInSession: Bool? | ||
| let canViewDropInSessionParticipants: Bool? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the JSON you can add to ticket types. Currently added to Internal but add it to as many types as you want (so talk show hosts). Scalable and configurable for future.
|
|
||
| await request.storage.setWithAsyncShutdown(CurrentEventKey.self, to: currentEvent) | ||
|
|
||
| #if DEBUG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Helpful when first building, nowadays it's just better to login properly. Not worth maintaining
|
You're not going to be able to test this because we haven't got any drop-ins live, so just trust me bro 😂 |
adamrushy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👏🏼
Just tap on the profile image
All driven by tito configuration
Simple modal