deps/mautrix: upgrade

Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
Sumner Evans
2024-06-24 11:44:38 -06:00
parent a24079494d
commit 1563ee014d
5 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ func (mc *MessageConverter) convertContact(media tg.MessageMediaClass) *bridgev2
content.Format = event.FormatHTML
content.FormattedBody = fmt.Sprintf(
`Shared contact info for <a href="https://matrix.to/#/%s">%s</a>: %s`,
mc.connector.FormatGhostMXID(ids.MakeUserID(contact.UserID)),
mc.connector.GhostIntent(ids.MakeUserID(contact.UserID)).GetMXID(),
html.EscapeString(name),
html.EscapeString(formattedPhone),
)