if (message.Type == ActivityTypes.DeleteUserData)
{
// test
}
This Code segment in Message controller is not triggered when user removes Bot from skype contact.
We tried to do this in order to comply the bot framework Guidelines of user data removal.
Is this not a bug?
@tomlm @konstlut any progress on this?
@alokraj68 That looks like a bug on the backend and there was quite a lot of changes since this defect was reported. Is it still a problem? if yes, will you please provide your bot msa app id, and I will be able to troubleshoot it. Thanks!
@konstlut I would check that get back as soon as possible
@alokraj68 I will close it, but please feel free to reopen if the problem gets reproduced.
I just tested it with ngrok, because it still isn't working:
If I remove my bot from my skype account, it triggers an ActivityTypes.ContactRelationUpdate with the Action “remove”.
So, when is ActivityTypes.DeleteUserData triggered by skype?
Yeah, it's not triggering even now.