Skip to content

Conversation

@Sherlouk
Copy link
Collaborator

Just tap on the profile image
All driven by tito configuration
Simple modal

Just tap on the profile image
All driven by tito configuration
Simple modal
@@ -1,6 +1,39 @@
#if(canViewDropInSessionParticipants):
Copy link
Collaborator Author

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?
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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

@Sherlouk
Copy link
Collaborator Author

You're not going to be able to test this because we haven't got any drop-ins live, so just trust me bro 😂

Copy link
Contributor

@adamrushy adamrushy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👏🏼

@Sherlouk Sherlouk merged commit 697634d into main Jun 12, 2025
2 checks passed
@Sherlouk Sherlouk deleted the talkshow branch June 12, 2025 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants