This commit is contained in:
Joe Ardent 2025-09-02 16:51:44 -07:00
parent a4a46774f5
commit 5cfbf509ee

View file

@ -270,7 +270,7 @@ functionality rather than trying to send actual files. One quirk of the official
that when it receives plain text, it does not offer you the ability to download it, or approve the
download; you can copy it to your clipboard or close the request, and that's it. So when the
`prepare_upload()` future was canceled, nothing seemed out of the ordinary on the remote side. Had
I'd tried sending a file, an error have shown on the remote side when I tried to accept it.
I tried sending a file, an error have shown on the remote side when I tried to accept it.
Despite my blissful ignorance, I knew that this design was not correct, and a few days later I'd
[updated the `prepare_upload()`