Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(groups): Don't forward Alice's metafeed tree to Bob if Alice blocks Bob #15

Open
staltz opened this issue Jan 11, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@staltz
Copy link
Member

staltz commented Jan 11, 2023

Say I follow both Alice and Bob, but Alice blocks Bob.

It's currently a feature in ssb-replication-scheduler that we won't forward Alice's (main) feed to Bob, and it's implemented here:

ssb.ebt.block(source, dest, value === -1)

But that's only for main feeds. Bob is still capable of replicating Alice's metafeed tree.

We should support preventing Bob from getting Alice's metafeed tree (any of Alice's feeds).

But there is an exception to this: Bob can always get Alice's group leaf feed (and the whole branch above that) if both Alice and Bob are in the same group.

@staltz staltz added the bug Something isn't working label Jan 19, 2023
@staltz staltz changed the title Don't forward Alice's metafeed tree to Bob if Alice blocks Bob (groups): Don't forward Alice's metafeed tree to Bob if Alice blocks Bob Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant