You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the content goes over that 4k threshold, it gets split into another message which breaks the escape sequence.
During the rest call, we are currently using the text property but there seems to be a way to enrich messages via blocks (which seems to be the successor of attachments).
We should take a look at if using a block instead of the fallback text would fix the issue and update the plugin accordingly.