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

Users can fetch messages that were sent when they were offline (from another user, via git) #7

Open
holmesworcester opened this issue Oct 16, 2020 · 0 comments

Comments

@holmesworcester
Copy link
Contributor

holmesworcester commented Oct 16, 2020

Every user offers a list of all messages they know about via their web server, in a git repo, as files. This is updated every time somebody receives a message from gossipsub (i.e. a new file is created for each unique message received.)

A user can use git to download all messages it doesn't already have. (git fetch?)

Any new messages become part of the state of the channel.

@holmesworcester holmesworcester added this to the backlog milestone Oct 16, 2020
@holmesworcester holmesworcester changed the title Users can fetch all unknown messages from another user Users can fetch messages that were sent when they were offline (from another user, via git) Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant