Replying to Avatar jb55

Submitted a PR to strfry to allow a new kind of query that I don't see people talk about much:

https://github.com/hoytech/strfry/pull/133

this will enable a simple "algo" feed on strfry that fetches the last note from each user in your contact list (or any list)

I like that this doesn't go straight to protocol extension, but do you think relays are going to accept 1000 filters in a request?

Reply to this note

Please Login to reply.

Discussion

mine will

I may have to come up with some kind of "query complexity" measure if I want to make it robust against abuse though

but since you can't rely on this I guess you would have to do this in chunks anyway :(

This is the catch 22 for basically every relay feature