Skip to content

Commit

Permalink
msgconv: fix event type for attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 1, 2024
1 parent bf5f600 commit bfd9877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/connector/handlegmessages.go
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,7 @@ func (gc *GMClient) ConvertGoogleMessage(ctx context.Context, portal *bridgev2.P
}
cm.Parts = append(cm.Parts, &bridgev2.ConvertedMessagePart{
ID: partID,
Type: event.EventMessage,
Content: &content,
DBMetadata: dbMeta,
DontBridge: dontBridge,
Expand Down

0 comments on commit bfd9877

Please sign in to comment.