matrix-puppet-slack
matrix-puppet-slack copied to clipboard
puppet style slack bridge for matrix
I just installed matrix-puppet-slack, and while I properly see messages in console, I got nothing in my client. Here is the log of the error (after each message): ``` {...
If Matrix is getting a Threads thing, it may be best to wait for that. Personally I prefer Replies anyway.
 The corresponding Slack message appears as: ``` Example: -> example.com -> example.com ```


To reproduce, use the Slack command "/who" in a Slack channel (not a bridged Matrix room, but using the actual Slack client) and see the "Only visible to you" message...
We can get a list of supported slash commands with [commands.list](https://github.com/ErikKalkoken/slackApiDoc/blob/a7a5539bfd8a6439f82af57688b8528f75924a9f/commands.list.md) on connect and listen for `commands_changed` RTM events to get updates. Sending commands is [possible too](https://github.com/ErikKalkoken/slackApiDoc/blob/7c64d5078f0b38be3b25cf98e4843028c2d6afc1/chat.command.md). I'm not sure...
A ghost Matrix room for a multi-person DM will be properly created, [though not set as a direct-message room](https://github.com/matrix-hacks/matrix-puppet-slack/issues/53), but it will not be named properly. If Larry is the...