discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

Unable to select threads for channel options on mobile

Open AnotherCat opened this issue 2 years ago • 1 comments

Description

On android alpha, and on iOS when selecting a thread from the dropdown for a channel option the error "not a valid channel" is displayed.

This also happens regardless of channel_types being set, as long as one of the types is a thread.

I have not been able to test this on private threads.

Steps to Reproduce

Steps

  • Create (or use) a slash command with a channel option
  • Select that option
  • Select a thead from the dropdown (you may need to type to filter to get to a thread)
  • Notice that the option is red, and displays the error message "Not a valid channel"

Example minimal reproducable command data:

{
	"type": 1,
	"name": "test",
	"description":"test",
	"options": [
		{
			"type": 7,
			"name": "channel",
			"description": "channel",
			"required": true
		}
	]
}

Expected Behavior

Threads to be accepted as valid channels, and the command to be sent

Current Behavior

When a thread is selected, the option is red, and displays the error message "Not a valid channel". It also prevents the command from being sent

Screenshots/Videos

threadissue

Client and System Information

App: 125.3 - Alpha - 125203 - rn (null) canaryRelease; Manifest: N/A; Build Override: N/A; Device: CPH2069, CPH2069 OS 30; ColorOS 11.1

I have also been told that this issue is present on iOS testflight by @advaith1

AnotherCat avatar Apr 22 '22 10:04 AnotherCat

this is quite annoying as a discord user, i often try to check stats of a game through a discord bot, but now it always says "failed to load options"

556ms avatar Apr 24 '22 17:04 556ms

This was fixed a while back

typpo avatar Sep 26 '22 20:09 typpo