Skip to content
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

Emoji Rendering on Message Application Commands (User App) #6791

Open
Neodevils opened this issue Apr 9, 2024 · 2 comments
Open

Emoji Rendering on Message Application Commands (User App) #6791

Neodevils opened this issue Apr 9, 2024 · 2 comments

Comments

@Neodevils
Copy link

Neodevils commented Apr 9, 2024

Description

Emoji is not being rendered as expected. It should display the emoji, but it does not when the command is from User App.

Steps to Reproduce

  1. Message
  2. Apps

Expected Behavior

Emoji displayed as normal.

Current Behavior

Emoji is not rendered, it just shows :emoji_name:.

Screenshots/Videos

User -> Apps

image

Message -> Apps

image

Client and System Information

stable 282068 (6e25b1c)
Host 0.0.299 arm64
macOS 14 (23.4.0)

@sklein12
Copy link

sklein12 commented Apr 9, 2024

This is as designed at the moment. For user apps emoji usage is determined by the user who ran the command. This was intentional. We're re-evaluating if this is the path we're going to stick with moving forward or change it to match the behavior of guild apps.

@sklein12 sklein12 added feedback and removed bug labels Apr 9, 2024
@Neodevils
Copy link
Author

Neodevils commented Apr 9, 2024

This is as designed at the moment. For user apps emoji usage is determined by the user who ran the command. This was intentional. We're re-evaluating if this is the path we're going to stick with moving forward or change it to match the behavior of guild apps.

But the thing is;
User -> Apps' emoji works perfectly fine by User App command.
But when it is Message -> Apps' emoji by User App, it is not rendering.

It is not a feedback, it was actually a bug:

UserApplicationCommand is working perfectly fine for guild && user
MessageApplicationCommand is working perfectly fine for guild, but not for user when it comes to emoji.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants