-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Component Missing Out on iOS after edit_message #7895
-
I have a discord bot where it will display 5 dropdown boxes for user to choose from. It works without issue in the past but suddenly on one day, those boxes only 3 of them can be displayed. However on the desktop version, or in the Web version or in the iPadOS, it still behave normally with the 5 dropdown boxes appear.
I did multiple test, it seems it is related to the
await interaction.response.edit_message(embed=embed, view=view)
if I do send_message, the issue will be gone.
Upon further testing, this issue only on iOS iPhone, tested on iPadOS, MacOS, Windows PC, Andoird, Web, all doesn't have this issue; and if I navigate to another channel, the missing component will come back. There is already a discussion on the Discord Developer discord server if you may allow me to post the link I can link it to here. It seems it is related to the Component v2.
Beta Was this translation helpful? Give feedback.
All reactions
Yes, like I said above I have reported it in the issue. After posting it here in the discussion.
I marked it as answers to avoid unnecessary further comments.
Replies: 1 comment 3 replies
-
This is not a Features Request or Idea
Beta Was this translation helpful? Give feedback.
All reactions
-
There seems to have only this API discussion or Poll, is there other section that can post? Anyway I have log it in the issues. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions
-
There seems to have only this API discussion or Poll, is there other section that can post? Anyway I have log it in the issues. Thanks.
You can report an issue in https://github.com/discord/discord-api-docs/issues
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes, like I said above I have reported it in the issue. After posting it here in the discussion.
I marked it as answers to avoid unnecessary further comments.
Beta Was this translation helpful? Give feedback.