GODT-1777: Message de-duplication in IMAP (+ cleanup)
This commit is contained in:
@ -127,7 +127,7 @@ func New(
|
||||
apiUser: safe.NewValue(apiUser),
|
||||
apiAddrs: safe.NewMapFrom(groupBy(apiAddrs, func(addr liteapi.Address) string { return addr.ID }), sortAddr),
|
||||
updateCh: safe.NewMapFrom(updateCh, nil),
|
||||
sendHash: newSendRecorder(sendHashExpiry),
|
||||
sendHash: newSendRecorder(sendEntryExpiry),
|
||||
|
||||
tasks: xsync.NewGroup(context.Background()),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user