Skip to content

Conversation

@simone3991
Copy link
Member

No description provided.

@simone3991 simone3991 requested a review from khaelys September 22, 2021 16:04
await turn.SendActivityAsync(new Activity(text: "",
attachments:new List<Attachment> {attachment}), token);
}
// TODO: handle fallback reminder
Copy link
Collaborator

Choose a reason for hiding this comment

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

What do you think about using an exception instead? Pro and cons?

{
var attachment = new Attachment(contentType, content);
await turn.SendActivityAsync(new Activity(text: "",
attachments:new List<Attachment> {attachment}), token);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add a space after :

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.

4 participants