matrix-appservice-slack icon indicating copy to clipboard operation
matrix-appservice-slack copied to clipboard

A Matrix <--> Slack bridge

Results 162 matrix-appservice-slack issues
Sort by recently updated
recently updated
newest added

Signed off by: Tadeusz „tadzik” Sośnierz \

We may produce multiple Matrix events per Slack events, if the Slack events contains text with attachments. This should have been forbidden with a DB constraint, but for some reason...

Leading to messages appearing broken: ``` { "content": { "body": "

substitutions
T-Defect

**Describe the bug** When a message from Slack contains a file and text, the file is dropped and only shows the text. **To Reproduce** Type a message that contains some...

substitutions
T-Defect

This will unfortunately require relinking all existing channels that use webhooks. I pondered making this optional, but in the spirit of being secure by default, it's probably best if we...

the integration Slack with Element is posting double messages, here is link to the matrix channel [https://app.element.io/#/room/#ic-node-providers:matrix.org](Slack-Element) Could you please, help with it? ![image](https://github.com/matrix-org/matrix-appservice-slack/assets/155979027/95fb156c-f4ed-40dc-ad89-1f73f9d014b5)

With RTM apps not being configurable anymore, and webhooks being terrible (and deprecated!), this is our best shot. WIP required configuration: ![image](https://github.com/matrix-org/matrix-appservice-slack/assets/86378/07322053-db52-4b8b-a580-fa1faeeaf802) Additional OAuth scopes needed: - [chat:write](https://api.slack.com/scopes/chat:write) and [chat:write.customize](https://api.slack.com/scopes/chat:write.customize),...

Hi, Both the README and [the documentation](https://matrix-appservice-slack.readthedocs.io/en/latest/link_channels/) tell users to create a "Classic Slack App" but on the Slack side, these are discontinued and can't be created: ![image](https://github.com/matrix-org/matrix-appservice-slack/assets/1172256/55660e48-1f1a-4e77-8d33-9d4671128a60) Can the...

I am trying to install matrix-appservice-slack at a NAS server to be used with synapse. Synapse is going very well, but matrix-appservice-slack Bring me this error: [winston] Attempt to write...

It looks like the slackbridge container only listen on the hardcoded ipv4-only address 0.0.0.0 this makes it non functional on any ipv6 only host or cluster. ` / # netstat...