[Bug] ephemeral
property does not apply to responses of type 'DEFERRED_CHANNEL_MESSAGE'
.
#318
Labels
bug 🐛
Something isn't working
What's the bug?
Regardless of the value of the
ephemeral
property, a response oftype
'DEFERRED_CHANNEL_MESSAGE'
will be shown to everybody.How do we reproduce it?
type
'DEFERRED_CHANNEL_MESSAGE'
and the value ofephemeral
being set totrue
.What should have happened?
The response should have been hidden.
What is actually happening?
The response is shown.
Do you have anything to tell us more about the bug?
This issue is caused by this check failing:
The text was updated successfully, but these errors were encountered: