iOS Teams App v4.17.0 broke again the display webhook message content

bugre 61 Reputation points
2022-09-26T20:50:45.92+00:00

Hi,

There was the issue referred here:

that was fixed with the release 4.16.0 of the iOS Teams App, but now after upgrade to v4.17.0 the issue was reintroduced again.

Please we need a fix asap for this problem.

Iphone 7 - iOS version 15.6.1
Teams App: v.4.17.0

Please check the question linked above for details, but you can reproduce it with:

  • create a new webhook on a channel
  • send those two messages, the first one is correctly displayed. The second not.
     \## plain text message:   
     \## content displayed correctly on iOS Teams App.  
     $ curl $webhkurl -H "Content-Type: application/json" -d "{\"text\": \"Hello World\"}"  
    
    
     \##  message with Title tag   
     \##  message content is not displayed, only the webhook name.  
     curl $webhkurl -H "Content-Type: application/json" -d '{  "themeColor": "D74654", "text": "emoji tester: 👊 \n\n `backstick text` \n\n >`simple\nbackstick\rtext\n\ndouble n` ",  "TextFormat":"markdown", "Title" : "markdown test notification"}'  
    

update/edit1:

after some more testing, it seems that the presence of the 'Title' attribute, makes the message content not being displayed on iOS Teams App, while the native windows, macos, android apps, webapp client all do still display it correctly as always.

Thanks
-wm

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,627 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,065 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Christian Mueller 1 Reputation point
    2022-11-15T08:25:26.14+00:00

    Any update here?

    0 comments No comments

  2. Frank Liang 1 Reputation point
    2022-11-19T00:54:58.56+00:00

    Same issue here on 4.19.0 version. Any update?

    A simple test is a text with an image. This will break it.

    {
    "text": "Hello World! <img src='https://news.microsoft.com/wp-content/uploads/prod/2022/07/Updatesin-Teams.png'/>"
    }

    0 comments No comments