relay reviews
Discussion
Does it make sense to publish the reviews directly to the relays themselves? I think this stuff will fit better at the author's write relays.
Otherwise the relays can just accept only the good reviews and reject the rest.
You're right, relays might delete negative reviews about themselves.
But if we only publish to write relays, querying reviews becomes as inefficient as fetching the following feed. For now I decided to send them to a few large public relays. Maybe later I’ll run a relay just for reviews.
Fetching from relays of people you follow doesn't have to be inefficient. How are you doing it? I guess this question can't be answered without code so nevermind.
Jumble currently uses a greedy algorithm to ensure that each people you follow is covered by at least two relays while minimizing the total number of relays used. But it still ends up needing to fetch from dozens of relays, so loading the following feed is quite slow, and some websocket connections even get blocked by the browser.