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

Link Buttons in locked Threads are disabled

Open Larsundso opened this issue 1 month ago • 0 comments

Description

Message Buttons with Link Style become disabled when the Thread is Locked.

I understand that this is desired with non-link Buttons, because the App is reactive to those. But on Link-Buttons this doesn't really make sense, as the App cannot update the Message when Link-Buttons are pressed.

Steps to Reproduce

  1. Create a Thread (Any Type)
  2. Make a Bot send a Message that contains Buttons with Link-Style
  3. Lock the Thread

Expected Behavior

While normal Components get disabled, Link-Style Buttons don't get disabled so they stay click-able.

Current Behavior

All Components should be disabled, except for Link-Style Buttons

Screenshots/Videos

Screenshot 2024-06-01 173746

Client and System Information

Discord Client: ptb 298228 (392c398) Host 1.0.1083 x64 (48361) Build Override: N/A Windows 11 64-bit (10.0.22631)

App ("Ayako") Info: Node.js v22.1.0 Discord.js 14.15.2

Larsundso avatar Jun 01 '24 15:06 Larsundso