knotserver: accept cursor to begin eventstream from #233

merged
opened by oppi.li targeting master from push-qoplqnlvlqqo
Changed files
+1 -1
knotserver
+1 -1
knotserver/events.go
···
}
}()
-
cursor := ""
+
cursor := r.URL.Query().Get("cursor")
// complete backfill first before going to live data
l.Info("going through backfill", "cursor", cursor)