diff --git a/pkg/connector/tomatrix.go b/pkg/connector/tomatrix.go index 7ea4a3ac..adf013b5 100644 --- a/pkg/connector/tomatrix.go +++ b/pkg/connector/tomatrix.go @@ -105,7 +105,7 @@ func (c *TelegramClient) mediaToMatrix(ctx context.Context, portal *bridgev2.Por return convertDice(media), nil, nil, nil case tg.MessageMediaGameTypeID: return convertGame(media), nil, nil, nil - case tg.MessageMediaStoryTypeID, tg.MessageMediaInvoiceTypeID, tg.MessageMediaGiveawayTypeID, tg.MessageMediaGiveawayResultsTypeID: + case tg.MessageMediaStoryTypeID, tg.MessageMediaInvoiceTypeID, tg.MessageMediaGiveawayTypeID, tg.MessageMediaGiveawayResultsTypeID, tg.MessageMediaPaidMediaTypeID: // TODO: support these properly return &bridgev2.ConvertedMessagePart{ Type: event.EventMessage,