Skip to content

Commit

Permalink
Update pkg/connector/client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir authored Aug 5, 2024
1 parent c6480fe commit ca1f6a8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkg/connector/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,7 @@ func (m *MetaClient) handleTable(ctx context.Context, tbl *table.LSTable) {
{
Part: textPart,
Type: event.EventMessage,
Content: &event.MessageEventContent{
MsgType: event.MsgText,
Body: data.Text,
Format: event.FormatHTML,
FormattedBody: m.messageConverter.MetaToMatrixText(ctx, data.Text, nil, portal).Body,
},
Content: m.messageConverter.MetaToMatrixText(ctx, data.Text, nil, portal),
},
},
}, nil
Expand Down

0 comments on commit ca1f6a8

Please sign in to comment.