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.64k stars 1.13k forks source link

fix: remove omitempty from replace_original and delete_orginal #1122

Closed yokishava closed 1 year ago

yokishava commented 1 year ago

why

I saw the issue on https://github.com/slack-go/slack/issues/1063 and fixed it.

what