digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

feat!: invite cancelations #525

Closed EvanHahn closed 4 months ago

EvanHahn commented 5 months ago

I recommend reviewing this PR one commit at a time.

This PR adds invite cancelations. Notable changes:

Closes #447.

EvanHahn commented 5 months ago

Reworked this to avoid using AbortSignal, instead using a cancelInvite() API.

Doesn't change the fact that invites create a long-running Promise, but I think that's a separate change in any case.