Skip to content

Commit

Permalink
fix: Slack Bridge when using multiple slack workspaces (#34947)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Pelegrino <[email protected]>
2 people authored and sampaiodiego committed Jan 17, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 51d0357 commit e30f554
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/fifty-apricots-clean.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
"@rocket.chat/omnichannel-services": patch
"@rocket.chat/meteor": patch
---

Fixes a behavior when running microservices that caused queue worker to process just the first 60 seconds of request.
5 changes: 5 additions & 0 deletions .changeset/thirty-vans-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixes SlackBridge service failing to connect to multiple slack workspaces
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
@@ -294,7 +294,7 @@
"@rocket.chat/ui-video-conf": "workspace:^",
"@rocket.chat/ui-voip": "workspace:^",
"@rocket.chat/web-ui-registration": "workspace:^",
"@slack/bolt": "^4.1.0",
"@slack/bolt": "^3.22.0",
"@slack/rtm-api": "^7.0.1",
"@tanstack/react-query": "^4.36.1",
"@vector-im/matrix-bot-sdk": "0.7.1-element.6",

0 comments on commit e30f554

Please sign in to comment.