fix Sending Flow mermaid code

This commit is contained in:
2026-03-13 16:02:39 +07:00
parent e99fb09298
commit e4d668cebb

View File

@@ -574,7 +574,7 @@ function fileserver_download_handler(
```mermaid
flowchart TD
A[User calls smartsend\(subject, data\)] --> B[Serialize payload according to payload_type]
A[User calls smartsend subject data] --> B[Serialize payload according to payload_type]
B --> C{Calculate serialized size}
C -->|Size < Threshold| D[Direct Transport: Encode as Base64]
C -->|Size >= Threshold| E[Link Transport: Upload to file server]