chore: release v0.26.0
This commit is contained in:
@@ -507,6 +507,10 @@ func (a *App) applySyncRecord(rec syncfolder.Record) bool {
|
||||
if err := a.qso.SetSyncUID(a.ctx, newID, rec.UID); err != nil {
|
||||
applog.Printf("foldersync: stamping the new QSO %d: %v", newID, err)
|
||||
}
|
||||
// A partner's contact counts as worked for this station too — that is the
|
||||
// point of a multi-op log — so the worked indexes must learn it exactly as
|
||||
// they do for our own. Raw insert, so nothing else does it.
|
||||
a.noteWorked(q.Callsign, q.Band, q.Mode)
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user