88c7a731c0
The `until` filter would limit the relay to only send us events created up until this timestamp. If the user opens a swap transport by opening the swap dialog, and keeps the dialog open the dialog will naturally age above this limit and the relay will stop sending the client swapserver events as they have (legitimately) been created after this timestamp. As sanity check we still have the comparison against the current timestamp in the event parsing loop to prevent pre/backdating. Fixes https://github.com/spesmilo/electrum/issues/10520