botbuilder-python
botbuilder-python copied to clipboard
port: Update to ensure ContinueConversationAsync works with an empty AppId (#5515)
The changes in Update to ensure ContinueConversationAsync works with an empty AppId (#5515) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes #5491Description
Removes the null argument check when constructing creds for ContinueConversationAsync to ensure it can be called without an AppId.
Please review and, if necessary, port the changes.