diff --git a/historysync.go b/historysync.go index 38920da..f4b86f7 100644 --- a/historysync.go +++ b/historysync.go @@ -665,6 +665,9 @@ func (portal *Portal) wrapBatchEvent(info *types.MessageInfo, intent *appservice if err != nil { return nil, err } + if newEventType != eventType { + intent.AddDoublePuppetValue(&wrappedContent) + } return &event.Event{ Sender: intent.UserID,