NIP-52 events have t and g tags. But when I do a REQ like this:
[REQ, "subid", {"#t":["hashtagtest"]}]
Then the relay accepts my request but shows no responses.
However, if I put this in my filter:
[REQ, "subid", {"ids":["idofcalendarevent"],"#t":["hashtagtest"]}]
then it finds my event. I believe these two filters should be && because they're in the same JSON object. BUT what I think is happening is that the "#t" bit is being ignored by the relay.
Is this a bug in the relay I'm using?
#asknostr #dev