From a4a46774f577ca3b606aec47d919fc45e644646b Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Tue, 2 Sep 2025 16:33:44 -0700 Subject: [PATCH] tweak jocalpost --- content/rnd/jocalsend_impl/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/rnd/jocalsend_impl/index.md b/content/rnd/jocalsend_impl/index.md index 84905a2..e52c8c8 100644 --- a/content/rnd/jocalsend_impl/index.md +++ b/content/rnd/jocalsend_impl/index.md @@ -269,7 +269,8 @@ At the time, I didn't quite realize this, because during my testing, I was using functionality rather than trying to send actual files. One quirk of the official LocalSend app is 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. +`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. Despite my blissful ignorance, I knew that this design was not correct, and a few days later I'd [updated the `prepare_upload()`