This commit is contained in:
2025-10-21 19:27:58 +02:00
parent 77e0343330
commit d77fcd8ef5
6 changed files with 196 additions and 177 deletions

View File

@@ -84,7 +84,6 @@ func (sp *SpotProcessor) processSpot(spot TelnetSpot) {
if sp.HTTPServer != nil && sp.HTTPServer.Watchlist != nil {
if sp.HTTPServer.Watchlist.Matches(flexSpot.DX) {
flexSpot.InWatchlist = true
flexSpot.Comment = flexSpot.Comment + " [Watchlist]"
// Mark as seen and update last seen time
sp.HTTPServer.Watchlist.MarkSeen(flexSpot.DX)