Slavi Pantaleev 3 years ago
parent
commit
275a739b22
4 changed files with 13 additions and 3 deletions
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      docs/configuring-playbook-bridge-appservice-slack.md
  3. +1
    -2
      docs/configuring-playbook-bridge-mx-puppet-slack.md
  4. +2
    -0
      docs/configuring-playbook.md

+ 9
- 0
CHANGELOG.md View File

@@ -1,3 +1,12 @@
# 2023-01-11

## mautrix-slack support

Thanks to [Cody Neiman](https://github.com/xangelix)'s efforts, the playbook now supports bridging to [Slack](https://slack.com/) via the [mautrix-slack](https://mau.dev/mautrix/slack) bridge. See our [Setting up Mautrix Slack bridging](docs/configuring-playbook-bridge-mautrix-slack.md) documentation page for getting started.

**Note**: this is a new Slack bridge. The playbook still retains Slack bridging via [matrix-appservice-slack](docs/configuring-playbook-bridge-appservice-slack.md) and [mx-puppet-slack](docs/configuring-playbook-bridge-mx-puppet-slack.md). You're free too use the bridge that serves you better, or even all three of them (for different users and use-cases).


# 2023-01-10 # 2023-01-10


## ChatGPT support ## ChatGPT support


+ 1
- 1
docs/configuring-playbook-bridge-appservice-slack.md View File

@@ -1,6 +1,6 @@
# Setting up Appservice Slack (optional) # Setting up Appservice Slack (optional)


**Note**: bridging to [Slack](https://slack.com) can also happen via the [mx-puppet-slack](configuring-playbook-bridge-mx-puppet-slack.md) bridge supported by the playbook.
**Note**: bridging to [Slack](https://slack.com) can also happen via the [mx-puppet-slack](configuring-playbook-bridge-mx-puppet-slack.md) and [mautrix-slack](configuring-playbook-bridge-mautrix-slack.md) bridges supported by the playbook.


The playbook can install and configure [matrix-appservice-slack](https://github.com/matrix-org/matrix-appservice-slack) for you. The playbook can install and configure [matrix-appservice-slack](https://github.com/matrix-org/matrix-appservice-slack) for you.




+ 1
- 2
docs/configuring-playbook-bridge-mx-puppet-slack.md View File

@@ -1,8 +1,7 @@
# Setting up MX Puppet Slack (optional) # Setting up MX Puppet Slack (optional)


**Note**: bridging to [Slack](https://slack.com) can also happen via the **Note**: bridging to [Slack](https://slack.com) can also happen via the
[matrix-appservice-slack](configuring-playbook-bridge-appservice-slack.md)
bridge supported by the playbook.
[matrix-appservice-slack](configuring-playbook-bridge-appservice-slack.md) and [mautrix-slack](configuring-playbook-bridge-mautrix-slack.md) bridges supported by the playbook.


The playbook can install and configure [Beeper](https://www.beeper.com/)-maintained fork of The playbook can install and configure [Beeper](https://www.beeper.com/)-maintained fork of
[mx-puppet-slack](https://gitlab.com/beeper/mx-puppet-monorepo) for you. [mx-puppet-slack](https://gitlab.com/beeper/mx-puppet-monorepo) for you.


+ 2
- 0
docs/configuring-playbook.md View File

@@ -106,6 +106,8 @@ When you're done with all the configuration you'd like to do, continue with [Ins


- [Setting up Mautrix Telegram bridging](configuring-playbook-bridge-mautrix-telegram.md) (optional) - [Setting up Mautrix Telegram bridging](configuring-playbook-bridge-mautrix-telegram.md) (optional)


- [Setting up Mautrix Slack bridging](configuring-playbook-bridge-mautrix-slack.md) (optional)

- [Setting up Mautrix Whatsapp bridging](configuring-playbook-bridge-mautrix-whatsapp.md) (optional) - [Setting up Mautrix Whatsapp bridging](configuring-playbook-bridge-mautrix-whatsapp.md) (optional)


- [Setting up Mautrix Facebook bridging](configuring-playbook-bridge-mautrix-facebook.md) (optional) - [Setting up Mautrix Facebook bridging](configuring-playbook-bridge-mautrix-facebook.md) (optional)


Loading…
Cancel
Save