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
Currently, a «receive» hook is only provided with scope, but not message. On contrary, a «send» hook is only provided with message, but not scope. In particular, it makes it impossible for a receive hook to inspect events.
Describe the solution you'd like
Unify both hooks so that they both would accept the both parameters.
Additional context
The feature request is already implemented in this PR: #2546
This is going to be a breaking change, since the hooks will accept additional parameters.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Currently, a «receive» hook is only provided with
scope
, but notmessage
. On contrary, a «send» hook is only provided withmessage
, but notscope
. In particular, it makes it impossible for a receive hook to inspect events.Describe the solution you'd like
Unify both hooks so that they both would accept the both parameters.
Additional context
The feature request is already implemented in this PR: #2546
This is going to be a breaking change, since the hooks will accept additional parameters.
The text was updated successfully, but these errors were encountered: