[fix](trx-rs): transfer WEFAX PNG data from server to client for remote image serving

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-04-20 00:28:55 +02:00
parent 5de972dd61
commit c92428b78b
7 changed files with 63 additions and 2 deletions
Generated
+2
View File
@@ -3178,6 +3178,7 @@ version = "0.1.0"
dependencies = [
"actix-web",
"actix-ws",
"base64",
"brotli 7.0.0",
"bytes",
"dirs",
@@ -3261,6 +3262,7 @@ dependencies = [
name = "trx-server"
version = "0.1.0"
dependencies = [
"base64",
"bytes",
"chrono",
"clap",