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
addTimer which creates the "escrow" repayment timer uses payload.message.id, however on the admin's side, the message is deleted with message.id (which is different). So deleting message to stop repayment is probably not working
refactor to msg uuid instead of ID
add message deletion to the escrow test
The text was updated successfully, but these errors were encountered:
addTimer which creates the "escrow" repayment timer uses
payload.message.id
, however on the admin's side, the message is deleted with message.id (which is different). So deleting message to stop repayment is probably not workingThe text was updated successfully, but these errors were encountered: