Conversation
|
We should follow matrix-org/matrix-spec-proposals#2545 and implement this, then at least fluffychat and revolution will be able to send these as well? |
|
Adding the custom emoji to Matrix sounds like a V2 feature at this point. |
|
Sounds like something I might be willing to take a swing at 😄 |
|
I am running into this issue The official docs for emoji.list say:
|
This is surprising. We use classic bot tokens (NOT bot user tokens) which apparently work with https://api.slack.com/methods/emoji.list |
| // } | ||
| log.info(`Syncing custom emoji ${teamId}`); | ||
|
|
||
| const response = await client.emoji.list(); |
There was a problem hiding this comment.
We usually create a response type interface because the client sucks and doesn't return any types.
…rvice-slack into jaller94-patch-1
Docs: Consistently call the registration file slack-registration.yaml
Resolves #497.