-
Notifications
You must be signed in to change notification settings - Fork 5
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
Chat to Secure Conversation transfer #1110
base: feature/entry-widget-and-secure-conversations-v2
Are you sure you want to change the base?
Chat to Secure Conversation transfer #1110
Conversation
ea35791
to
1ea3ecf
Compare
76c7e86
to
fb5e245
Compare
fb5e245
to
4828b50
Compare
!squash |
This commit introduces handling Live chat to Secure Conversations transferring MOB-3630
c423901
to
dbe45bf
Compare
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.
Looks good. Left one question regarding added log.
@@ -289,7 +290,13 @@ extension Interactor: CoreSdkClient.Interactable { | |||
} | |||
|
|||
var onLiveToSecureConversationsEngagementTransferring: CoreSdkClient.EngagementTransferringBlock { | |||
return {} | |||
return { [weak self, environment] in | |||
environment.log.prefixed(Self.self).info( |
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.
Just want to confirm if this newly introduced log is added to logging table as suggested in guide.
MOB-3630
What was solved?
This PR introduces handling Live chat to Secure Conversations transferring
Release notes:
Additional info: