patrickReiis on Nostr: Try logging into your postgres shell, then do: SELECT * FROM nostr_events WHERE kind ...
Try logging into your postgres shell, then do:
SELECT * FROM nostr_events
WHERE kind = 30383
AND tags_index @> '{"n": ["rejected"]}';
Or to see the granted ones:
SELECT * FROM nostr_events
WHERE kind = 30383
AND tags_index @> '{"n": ["approved"]}';
Published at
2025-02-19 20:05:49Event JSON
{
"id": "ec1bfd891445abdc9b190e90d9bbfbb9d65003a33c0be65939c7f6c4046c5725",
"pubkey": "47259076c85f9240e852420d7213c95e95102f1de929fb60f33a2c32570c98c4",
"created_at": 1739995549,
"kind": 1,
"tags": [
[
"e",
"2af6709f5f6b2dce6ff7787e0109978158351d218a6255184aa3deff2c5cd260",
"wss://henhouse.social/relay",
"root",
"9cb3545c36940d9a2ef86d50d5c7a8fab90310cc898c4344bcfc4c822ff47bca"
],
[
"e",
"2af6709f5f6b2dce6ff7787e0109978158351d218a6255184aa3deff2c5cd260",
"wss://henhouse.social/relay",
"reply",
"9cb3545c36940d9a2ef86d50d5c7a8fab90310cc898c4344bcfc4c822ff47bca"
],
[
"p",
"932614571afcbad4d17a191ee281e39eebbb41b93fac8fd87829622aeb112f4d",
"wss://henhouse.social/relay"
]
],
"content": "Try logging into your postgres shell, then do:\n\nSELECT * FROM nostr_events \nWHERE kind = 30383 \nAND tags_index @\u003e '{\"n\": [\"rejected\"]}';\n\n\nOr to see the granted ones:\n\nSELECT * FROM nostr_events \nWHERE kind = 30383 \nAND tags_index @\u003e '{\"n\": [\"approved\"]}';",
"sig": "e5d2d3a9e583aba90dc94b1f77a1ad2486879af387851f52a380e435f46661d2c2eaa79379d33464e52fe35dba039403f8f4fe16cc9c57cc1c17756793af6e9b"
}