persistent selects #3507
-
add a "persistent" field to selects that if checked would have the client store the users selection, and only send an event of it was changed. This would be useful for bots granting roles, as users could quickly see what roles they had selected and the bot would only have to respond to an event when they changed. Another possible use is for storing users settings (like data collection opt outs) if the select is stored the user will always know what they selected. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can basically already do this, just update the message with the select in it and change the |
Beta Was this translation helpful? Give feedback.
-
Our plan is to use forms for this - selects won't become persistent. You can use ephemeral messages with default values to somewhat achieve this today, though |
Beta Was this translation helpful? Give feedback.
Our plan is to use forms for this - selects won't become persistent. You can use ephemeral messages with default values to somewhat achieve this today, though