Skip to content

Commit 2509c33

Browse files
committed
slack: add changelog for socket mode events api
1 parent 9575b01 commit 2509c33

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
- Replies will be included inline ([#124](https://github.com/matterbridge-org/matterbridge/pull/124), thanks @lekoOwO), by default like "(re name: message)". This is useful when bridging to destinations that do not understand replies, but distracting when the destination does. Can be disabled with `QuoteDisable=true` under your `[discord]` config.
4242
- whatsapp
4343
- legacy `whatsapp` backend has been deprecated in favor of `whatsappmulti` ([#32](https://github.com/matterbridge-org/matterbridge/issues/32)) ; this is not a breaking change and will not affect your existing settings
44+
- slack
45+
- added support for using socket mode Events API to receive messages for bridging instead of RTM.
46+
this allows new slack bridge to be set up using modern slack apps and its tokens; see the slack docs for setup instructions ([#149](https://github.com/matterbridge-org/matterbridge/pull/149)).
47+
note that the existing slack bridge setup using bot token with _classic_ slack apps should continue to work as before, until slack decides to turn off RTM system.
4448

4549
## Bugfixes
4650

0 commit comments

Comments
 (0)