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

puppet style slack bridge for matrix

Results 36 matrix-puppet-slack issues
Sort by recently updated
recently updated
newest added

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.

enhancement

![screenshot_2019-01-29 riot](https://user-images.githubusercontent.com/13843293/52516488-14262600-2c24-11e9-9778-72cd3e47bb0b.png) The corresponding Slack message appears as: ``` Example: -> example.com -> example.com ```

bug
good-first-issue

![screenshot_2019-01-22 riot 1](https://user-images.githubusercontent.com/13843293/51564458-47785f00-1e87-11e9-9c5f-fea94486b030.png)

![screenshot_2019-01-22 riot](https://user-images.githubusercontent.com/13843293/51564259-abe6ee80-1e86-11e9-9909-0863aef193a7.png)

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...

enhancement