matrix-appservice-slack
matrix-appservice-slack copied to clipboard
Bridged Pinned Messages
This means bridging by sending a state event https://matrix.org/docs/spec/client_server/r0.6.0#m-room-pinned-events when the https://api.slack.com/events/pin_added or https://api.slack.com/events/pin_removed events come over Slack. You'll need to add a handler to SlackEventHandler
Are pins already bridged from Matrix to Slack as well (i.e. (un)pinning messages on Slack when m.room.pinned_events changes)?
no, this needs implementing in both directions.