msgconv: bridge outgoing replies

This commit is contained in:
Skip R
2025-12-17 18:21:57 -08:00
parent 09414cb59d
commit 2cacd4ec81
2 changed files with 9 additions and 1 deletions

View File

@@ -55,7 +55,8 @@ func capID() string {
}
var discordCaps = &event.RoomFeatures{
ID: capID(),
ID: capID(),
Reply: event.CapLevelFullySupported,
Formatting: event.FormattingFeatureMap{
event.FmtBold: event.CapLevelFullySupported,
event.FmtItalic: event.CapLevelFullySupported,