| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #1339 +/- ##
=======================================
Coverage 90.96% 90.96%
=======================================
Files 222 222
Lines 7501 7501
=======================================
Hits 6823 6823
Misses 678 678 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
|
|
||
| ```python | ||
| # "bot_message" サブタイプのメッセージを抽出するリスナーミドルウェア | ||
| # ボットからのメッセージをフィルタリングするリスナーミドルウェア |
There was a problem hiding this comment.
かんぱい
Sorry, something went wrong.
|
@lukegalbraithrussell I so much appreciate the review - let's now merge this 👾 ✨ |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
This PR updates the listener middleware example to filter out bot messages according to a bot_id value to match the changes of slackapi/bolt-js#2610:
🔗 https://api.slack.com/events/message/bot_message
Testing
The updated examples can be used as a proof of concept!
Category
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.