Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
The R8 build does include these files in our jar and they are not used/needed. I'll amend our build to avoid including them and merge it to the release branches.
Description
Description
There doesn't appear that there's any method to support custom emoji reactions with
spaces.messages.reactions.create
What I would love to see is "something" like:
spaces.emoji.list
spaces.emoji.create
spaces.emoji.get
and so on with support for custom emoji when using
spaces.messages.reactions.create
. For the sake of symmetry though I think I'd love to add custom emojis by name, using theuid
would be fine if it's easy to lookup.Impact
Currently working on an import from mattermost and I've encountered the following:
spaces.messages.reactions.create
a. there's no documented method of mappingcustom_emoji_name
to auid
b. even if I track down the properuid
, using the create method yields the errorInvalid emoji. Only Unicode emoji are supported.
This seems to go well with the other ticket: Support for :emoji: in text messages and webhooks
Later on, being able to map the
customEmoji
'suid
back to something likemerge-branch
orreboot-service
would be super great for bot interactions.