Skip to content
Snippets Groups Projects
Unverified Commit 819e36c1 authored by Lucas Pelegrino's avatar Lucas Pelegrino Committed by GitHub
Browse files

fix: Slack Bridge when using multiple slack workspaces (#34933)

parent 62660fc4
No related branches found
No related tags found
No related merge requests found
---
"@rocket.chat/meteor": patch
---
Fixes SlackBridge service failing to connect to multiple slack workspaces
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
"@rocket.chat/ui-video-conf": "workspace:^", "@rocket.chat/ui-video-conf": "workspace:^",
"@rocket.chat/ui-voip": "workspace:^", "@rocket.chat/ui-voip": "workspace:^",
"@rocket.chat/web-ui-registration": "workspace:^", "@rocket.chat/web-ui-registration": "workspace:^",
"@slack/bolt": "^4.1.0", "@slack/bolt": "^3.22.0",
"@slack/rtm-api": "^7.0.1", "@slack/rtm-api": "^7.0.1",
"@tanstack/react-query": "patch:@tanstack/react-query@npm%3A5.60.5#~/.yarn/patches/@tanstack-react-query-npm-5.60.5-04c500b172.patch", "@tanstack/react-query": "patch:@tanstack/react-query@npm%3A5.60.5#~/.yarn/patches/@tanstack-react-query-npm-5.60.5-04c500b172.patch",
"@types/meteor": "^2.9.8", "@types/meteor": "^2.9.8",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment