Closed filmaj closed 1 month ago
Attention: Patch coverage is 50.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 91.74%. Comparing base (
de54897
) to head (63d93e0
). Report is 1 commits behind head on main.
2057 uncovered that the socket mode client was raising errors when parsing
message
Slack events. Turns out this was due to the fact that the Socket Mode client was listening on both Slackmessage
events as well as thews
package'smessage
event. When a web socket message would come in, the client would re-emit the event'stype
as a new message to be bubbled up. In the case of Slackmessage
events, this would effectively mean they would be processed twice.Fixes #2057.