Skip to content

Commit

Permalink
Merge branch 'release/0.8.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gildas Cherruel committed Aug 3, 2023
2 parents a7b02cb + 451df7b commit f292e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmessaging_tofrom.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ type OpenMessageTo struct {

type OpenMessageFrom struct {
ID string `json:"id"`
Type string `json:"idType"`
Type string `json:"idType,omitempty"`
Firstname string `json:"firstName,omitempty"`
Lastname string `json:"lastName,omitempty"`
Nickname string `json:"nickname"`
Nickname string `json:"nickname,omitempty"`
}

// Redact redacts sensitive data
Expand Down

0 comments on commit f292e35

Please sign in to comment.