matrix-appservice-slack
matrix-appservice-slack copied to clipboard
emotes are not sent to Slack as /me messages
Emotes from Matrix are sent to Slack as italicised text, leading to poor UX in wee-slack.
Slack doesn't support emotes, so we just format them as italics. How should it be represented?
They do: https://api.slack.com/events/message/me_message
That's Slack -> Matrix. There isn't a way from the public API to send a emote afaict?
Ah, right. I had to check how wee-slack does it just now. https://api.slack.com/methods/chat.meMessage
Hmm, that API doesn't take the username field? That's a bit annoying. Could still do it when puppeting though?