From 5854ad0c14492f36f411a0d1a1972c13c5617e37 Mon Sep 17 00:00:00 2001 From: ginnyTheCat Date: Thu, 20 Mar 2025 15:22:37 +0100 Subject: [PATCH] portal: fix typo in msc1767 field name (#177) --- portal_convert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal_convert.go b/portal_convert.go index 8d7cb99..cb4dc7b 100644 --- a/portal_convert.go +++ b/portal_convert.go @@ -167,7 +167,7 @@ func (portal *Portal) convertDiscordAttachment(ctx context.Context, intent *apps if att.Waveform != nil { // TODO convert waveform extra = map[string]any{ - "org.matrix.1767.audio": map[string]any{ + "org.matrix.msc1767.audio": map[string]any{ "duration": int(att.DurationSeconds * 1000), }, "org.matrix.msc3245.voice": map[string]any{},