Skip to content

Commit

Permalink
Remove unused created_on field from msg events
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Oct 17, 2022
1 parent 4e94a56 commit acdd9ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tasks/handler/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ type MsgEvent struct {
Text string `json:"text"`
Attachments []string `json:"attachments"`
NewContact bool `json:"new_contact"`
CreatedOn time.Time `json:"created_on"`
}

type StopEvent struct {
Expand Down

0 comments on commit acdd9ed

Please sign in to comment.