this repo has no description

use const NSID to create record

Akshay 43e4068c d43c00b7

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