chore: release v0.26.0
This commit is contained in:
@@ -161,6 +161,11 @@ func (a *App) replayOfflineQueue() (int, error) {
|
||||
failed = append(failed, q)
|
||||
continue
|
||||
}
|
||||
// These are contacts the operator MADE — the worked indexes have to learn
|
||||
// them, or every one of them keeps its NEW badge in the cluster and decode
|
||||
// lists until the next restart. a.qso.Add is the raw insert; only AddQSO
|
||||
// does this for you, and the outbox replay does not go through it.
|
||||
a.noteWorked(q.Callsign, q.Band, q.Mode)
|
||||
imported++
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user