From 82e71072144b10640cf6569fa6910fb7234b3580 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 24 Oct 2021 19:14:40 +0200 Subject: [PATCH] Updated Section MSteams (basic) (markdown) --- Section-MSteams-(basic).md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Section-MSteams-(basic).md b/Section-MSteams-(basic).md index 6f668b1..6bc465c 100644 --- a/Section-MSteams-(basic).md +++ b/Section-MSteams-(basic).md @@ -11,3 +11,12 @@ ClientID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" TeamID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ``` + +## caveats + +Doesn't work and not possible because Microsoft API limitation: +- Messages edited in other bridges also edited in MS teams +- Sending HTML/codeblock/emoji messages to Microsoft Teams (they will not be rendered as such) +- Sending messages with attachments and images is not supported. + +See https://github.com/42wim/matterbridge/pull/967