Fix unable to reject auto-matched transfers #2102
Reference in New Issue
Block a user
Delete Branch "fix-2099"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix #2099
We call
destroy!here when rejecting a transfer, which freezes the object. Trying to update the object after freezing results in the error FrozenError (can't modify frozen attributes)Looks good!