Skip to content

Commit 819e36c

Browse files
fix: Slack Bridge when using multiple slack workspaces (#34933)
1 parent 62660fc commit 819e36c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/thirty-vans-fry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@rocket.chat/meteor": patch
3+
---
4+
5+
Fixes SlackBridge service failing to connect to multiple slack workspaces

apps/meteor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"@rocket.chat/ui-video-conf": "workspace:^",
295295
"@rocket.chat/ui-voip": "workspace:^",
296296
"@rocket.chat/web-ui-registration": "workspace:^",
297-
"@slack/bolt": "^4.1.0",
297+
"@slack/bolt": "^3.22.0",
298298
"@slack/rtm-api": "^7.0.1",
299299
"@tanstack/react-query": "patch:@tanstack/react-query@npm%3A5.60.5#~/.yarn/patches/@tanstack-react-query-npm-5.60.5-04c500b172.patch",
300300
"@types/meteor": "^2.9.8",

0 commit comments

Comments
 (0)