-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the logic of processing post attachments on receiving update …
…activity from MS Teams (#318) * [MI-3514] Removed the logic of processing post attachments on receiving update activity from MS Teams * [MI-3521] Fixed the issue of emojis showing as html from Teams to MM Modified the msgToPost function to add <p> tag if missing from message Fixed the failing unit test of converters file Modified the order of checking duplicate post in the handleCreatedActivity function * [MI-3521] Fixed the failing unit tests * [MI-3514] Fixed the failing unit tests by fixing a bug
- Loading branch information
1 parent
8c7e66b
commit e1ed876
Showing
5 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters