duplicate messages send fixes
continuous-integration/drone/push Build is failing

This commit is contained in:
yc
2026-04-21 15:53:56 +02:00
parent 4e78ce5799
commit 8b106db52f
6 changed files with 437 additions and 441 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ func (id *Identity) GetRequestJobs() []RequestsJob {
return list
}
func (id *Identity) SaveBackgroundJob() error {
func (id *Identity) SaveCheckJobs() error {
if id.RootKp == nil {
return errors.New("identity not fully initialized: RootKp is nil")
}