mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
Update auto-generated code
This patch updates the auto-generated code to match the latest tooling versions. In particular, the protobufs are regenerated, and the new version no longer supports unkeyed literals, so some minor changes are needed. Other than that, the cipher list is extended with the latest ciphers.
This commit is contained in:
@@ -40,7 +40,11 @@ func main() {
|
||||
From: *from,
|
||||
To: []string{*rcpt},
|
||||
Rcpt: []*queue.Recipient{
|
||||
{*rcpt, queue.Recipient_EMAIL, queue.Recipient_PENDING, "", ""},
|
||||
{
|
||||
Address: *rcpt,
|
||||
Type: queue.Recipient_EMAIL,
|
||||
Status: queue.Recipient_PENDING,
|
||||
},
|
||||
},
|
||||
Data: data,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user