Closed shreyashk2006 closed 5 years ago
It looks like this is an issue with the Microsoft service and how it handles connector cards - not an issue introduced by this module.
This is probably the best place to follow this issue: Search for text inside cards posted on incoming webhook
I'm using
pymsteams
to send alerts about my system to a channel. Each message contains a unique ID in the message body, which can be used to reference a specific message. The code I use looks like this:However, I see that the search functionality in Teams does not consider messages posted through pymsteams (like it's not been indexed?). Is this expected behaviour from the Teams API or is this something specific to
pymsteams
?