- Status changed to Closed: won't fix
3 days ago 12:28pm 1 March 2025 - 🇪🇸Spain manuel.adan 🌌
Going deeper into this, it makes sense that the expired status also means that there was no response to the confirmation request. But according to the getStatus() method documentation, expired status is returned regardless of any other condition:
[ ... ] * - expired: the confirmation age is over the allowed maximum, regardless * of any other status * * Note that an expired confirmation could be confirmed as well. Check * the confirmed status with the isConfirmed method. [ ... ]
Therefore, the patch introduces changes to the API and may break any existing implementation using this method.
Postponed for the 2.x branch.