tangled
alpha
login
or
join now
futur.blue
/
pegasus
56
fork
atom
objective categorical abstract machine language personal data server
56
fork
atom
overview
issues
2
pulls
pipelines
Don't use same `since` for all records in imported repo
futur.blue
2 days ago
f6cddaa7
d2ce26b1
verified
This commit was signed with the committer's
known signature
.
futur.blue
SSH Key Fingerprint:
SHA256:QHGqHWNpqYyw9bt8KmPuJIyeZX9SZewBZ0PR1COtKQ0=
+1
-1
1 changed file
expand all
collapse all
unified
split
pegasus
lib
api
repo
listRecords.ml
+1
-1
pegasus/lib/api/repo/listRecords.ml
···
21
21
List.fold_left
22
22
(fun (_cursor, results_rev) (record : User_store.Types.record) ->
23
23
let uri = "at://" ^ input_did ^ "/" ^ record.path in
24
24
-
( record.since
24
24
+
( record.since ^ record.path
25
25
, { uri
26
26
; cid= Cid.to_string record.cid
27
27
; value= Repository.Lex.repo_record_to_yojson record.value }