You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for message.app_home Slack event (#29)
Introduced handling for the 'message.app_home' Slack event by adding the MessageAppHomeEvent model, handler interface, and middleware. Updated service registration and event deserialization logic to support the new event type. Sample usage was added in the HelloWorld project.
+semver:minor