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
The user who performs a /send operation is able to edit the message of the /send command. This creates yet another Update object and therefore creates a new bot reply (confirmation dialog). Now, there are two open dialog messages. The original one and the edited one (maybe more when editing again...). Both of them have a CONFIRM and an ABORT button attached. When the user clicks on one of those buttons, only the text of the message the button belongs to will be edited accordingly. If the click is ABORT, everything is fine. But, however, it's becomes easily possible to click on CONFIRM more than once and send money to other users / with other amounts / with other descriptions without really wanting that.
Should we change this? Or is it the user's duty to read carefully what a message says and don't hit any button without thinking about it?
The text was updated successfully, but these errors were encountered:
I have just checked for this issue right now. Actually, it's still possible to do it, but I don't think that this is a real bug. It's no problem in the software. A user should be sure about what he or she is doing.
I move this issue to the Advanced Features milestone and remove the bug label.
The user who performs a
/send
operation is able to edit the message of the/send
command. This creates yet another Update object and therefore creates a new bot reply (confirmation dialog). Now, there are two open dialog messages. The original one and the edited one (maybe more when editing again...). Both of them have aCONFIRM
and anABORT
button attached. When the user clicks on one of those buttons, only the text of the message the button belongs to will be edited accordingly. If the click isABORT
, everything is fine. But, however, it's becomes easily possible to click onCONFIRM
more than once and send money to other users / with other amounts / with other descriptions without really wanting that.Should we change this? Or is it the user's duty to read carefully what a message says and don't hit any button without thinking about it?
The text was updated successfully, but these errors were encountered: