ProcessSentMessages added for server acks
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2026-02-28 10:08:55 +01:00
parent a322f3fccf
commit 66a6674a6a
4 changed files with 157 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ func processSendQueue(storagePath, queue string) int {
serverIdx, sendErr := attemptSendJob(job)
if sendErr == nil {
now := time.Now()
now := time.Now().UTC()
job.Status = client.SendStatusSent
job.SentAt = &now
job.SuccessfulServer = &serverIdx