forked from tangled.org/core
this repo has no description

knotserver: accept cursor to begin eventstream from

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 4e43930a 4205be08

verified
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)