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

This is because addAppservicePath now expects a token, which isn't something we want for metrics. https://github.com/matrix-org/matrix-appservice-bridge/blob/2dd5a0926d730e2ec9cd7f5a552b1c32e238a860/src/bridge.ts#L957-L990

S-Major
T-Defect

Which event, which room/channel, which users and most imporantly why.

S-Major
T-Defect

**Describe the bug** Slack bridge throws this at startup: ``` MatrixHttpClient (REQ-2) { errcode: 'M_UNKNOWN', error: 'No known servers' } Aug-6 11:04:41.561 ERROR Main Homeserver cannot reach the bridge. You...

S-Major
T-Defect

Hi first of all thanks for this great life-saver project! I installed this to my server recently, some feedback regarding the docs my setup env: - terraform to provision homeserver/this...

This needs testing on matrix.org, and if that looks good we can pop out a release.

T-Task

We fell into the trap of trying to use a comparison operator for null values.

**Describe the bug** I tested the new threads support. From matrix side, sending a message in a thread create a thread on slack side. But from slack side, sending a...

S-Minor
T-Defect

Re: , The bridge registers usernames containing uppercase characters. I think this may have been causing a problem with Conduit (also reported here: https://gitlab.com/famedly/conduit/-/issues/295). For now I made the following...

S-Major
T-Defect

**Describe the bug** The only admins of bridged rooms are the channel creator and the bot user. In the case where the channel creator is _not_ a workspace administrator (slack)...

T-Enhancement