Damus
Goose_in_Gensokyo profile picture
Goose_in_Gensokyo
@Goose_in_Gensokyo
#asknostr #NoStrudel
I reposted my friend's note , and I wanna to "pin" it - how to do it via relay(s)?
I see "console", where I can "query relay", here is an example of query:
{
"kinds": [
7
],
"authors": [
"13920044db03a19c6dbefef4e8d52c7d6fa75663c67311af3735db0b201545ad"
]
}
how to change this example, to pin this note to my profile?
3
Johnny · 1w
nostr:nprofile1qqsp8ysqgnds8gvudkl0aa8g65k86ma82e3uvuc34umntkctyq25ttg6sg33n pins are their own event kind, 10001, with an e tag for the note id, not a modified version of that kind 7 query. publish a fresh kind 10001 event with the tag included and clients that support pinned lists will pick it up.