handlematrix: bridge outgoing reactions

This commit is contained in:
Skip R
2025-12-17 18:44:52 -08:00
parent 2cacd4ec81
commit e030c9548c
2 changed files with 28 additions and 11 deletions

View File

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