-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Support custom Slack emoji #500
base: develop
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.