-
Notifications
You must be signed in to change notification settings - Fork 150
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
ERROR: Activity resulted into multiple skype activities #126
Comments
Please try the samples given in Update Message documentation. Could you please try again by keeping only message text or attachment? |
This is similar to what you reported in #125. The code is trying to update a message (1 card) to something that's going to become 2 messages (text + card). That's why it's giving the error "Activity resulted into multiple skype activities". It's a case that we're aware of and working to enable. Until then, message updates are restricted to instances that will not result in splitting. In fact, I'd recommend only text->text or card->card updates, because card->text or vice versa is also problematic. (It works, but you could see some ugly visual artifacts until the thread is refreshed.) |
Thank you for your swift response. Do you have any example in which you can only send cards and not message+card? Since the POST call requires an activity to be send. (We are able to update simple text message but not cards with the below code)
|
In your snippet above, it looks like |
The snippet above is text->text. Can you share the snippet for your attempt to do a card->card update? |
Got it working. Thanks 👍
Kindly update / reopen the issue once this is fixed if possible or let me know if there is a channel where we could see changelogs. |
Is there an update on this? |
Hi,
When i try to update a card with another card i get a message saying "Activity resulted into multiple skype activities"
Test code
For the first call i get back the following response
And in response i get the following for which i am getting the error message
Kindly let me know if anyone has a solution for this error.
Thanks
The text was updated successfully, but these errors were encountered: