Files
meowlib/doc/messaging/sq_msg02_bgsend.puml
ycc fab5818ec7
Some checks failed
continuous-integration/drone/push Build is failing
adding peer/contactcard attributes
2026-03-03 10:46:25 +01:00

7 lines
319 B
Plaintext

@startuml
ClientFdThread -> Lib : write msg to db, encrypted msg for user to file, and job file
ClientFdThread -> ClientBgThread : notify job
ClientBgThread -> Lib : encrypt for server(s) and send including retries
ClientBgThread -> Lib: notify send result
ClientFdThread -> Lib : Read job report and update db
@enduml