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

use const NSID to create record

Changed files
+1 -1
appview
state
+1 -1
appview/state/state.go
···
// store in pds too
resp, err := comatproto.RepoPutRecord(r.Context(), client, &comatproto.RepoPutRecord_Input{
-
Collection: "sh.bild.publicKey",
Repo: did,
Rkey: uuid.New().String(),
Record: &lexutil.LexiconTypeDecoder{Val: &tangled.PublicKey{
···
// store in pds too
resp, err := comatproto.RepoPutRecord(r.Context(), client, &comatproto.RepoPutRecord_Input{
+
Collection: tangled.PublicKeyNSID,
Repo: did,
Rkey: uuid.New().String(),
Record: &lexutil.LexiconTypeDecoder{Val: &tangled.PublicKey{