slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.63k stars 1.12k forks source link

add support for user_profile_changed callback event #1182

Closed verygoodsoftwarenotvirus closed 1 year ago

verygoodsoftwarenotvirus commented 1 year ago
PR preparation
Should this be an issue instead
API changes

n/a

This change allows for the Slack library to parse incoming callback events of the user_profile_changed type. Previously, parseInnerEvent threw an error because it didn't have record of this event type.