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
As described in #834, currently the App constructor quietly ignores the receiver: Receiver argument when socketMode: boolean as true is given. As this behavior is confusing, we can improve it to throw an exception with a clear error message.
What type of issue is this? (place an x in one of the [ ])
bug
enhancement (feature request)
question
documentation related
example code related
testing related
discussion
Requirements (place an x in each of the [ ])
I've read and understood the Contributing guidelines and have done my best effort to follow them.
…ceiver arguments in App constructor (#1077)
* Fix#1068 Throw an error if both socketMode: boolean and receiver: Receiver arguments in App constructor
* Update src/App.ts
Description
As described in #834, currently the
App
constructor quietly ignores thereceiver: Receiver
argument whensocketMode: boolean
as true is given. As this behavior is confusing, we can improve it to throw an exception with a clear error message.What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: