You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realized thatwith the v.3.0.0 update we removed the ability to only have reply buttons, which you could previously achieve by setting the custom message to \n. Now if you set the custom message to only whitespace (or empty), the whole message will be disabled. Easiest fix would be to still send the message if the buttons aren't disabled as well. If both are disabled, don't send a message.
This means disabling the message entirely will be two steps instead of one, but it's more intuitive.
Steps to reproduce the bug
Set the reply message to a new line and leave buttons enabled
Send a message in the auto-thread channel
See no reply message (even when buttons are enabled)
Expected behavior
I expect to see only buttons but no text in the reply message.
The text was updated successfully, but these errors were encountered:
Describe the bug
Realized thatwith the v.3.0.0 update we removed the ability to only have reply buttons, which you could previously achieve by setting the custom message to
\n
. Now if you set the custom message to only whitespace (or empty), the whole message will be disabled. Easiest fix would be to still send the message if the buttons aren't disabled as well. If both are disabled, don't send a message.This means disabling the message entirely will be two steps instead of one, but it's more intuitive.
Steps to reproduce the bug
Expected behavior
I expect to see only buttons but no text in the reply message.
The text was updated successfully, but these errors were encountered: