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

QSS: Update Quiet to connect to server when joining community #2295

Open
leblowl opened this issue Feb 9, 2024 · 1 comment
Open

QSS: Update Quiet to connect to server when joining community #2295

leblowl opened this issue Feb 9, 2024 · 1 comment
Assignees

Comments

@leblowl
Copy link
Collaborator

leblowl commented Feb 9, 2024

For the initial implementation, the invite data on the server can provide the information required for a peer to connect to the network, but it doesn't need to provide message history or channels.

As a very basic implementation, we could do something like the following. When joining via a v2 invite link, the user calls a new DOWNLOAD_INVITE_DATA endpoint where the backend fetches the invite data from the server and returns it to the user. The backend can fetch the invite data from the server using purely NodeJS to start with. Once, the invite data is returned to the user, the user continues as they normally do to connect to the network by calling CREATE_NETWORK/LAUNCH_COMMUNITY.

@siepra siepra added this to Quiet Feb 8, 2024
@leblowl leblowl converted this from a draft issue Feb 9, 2024
@leblowl leblowl changed the title Prepare client's data fetching & injecting module Update Quiet to connect to server when joining community Feb 21, 2024
@leblowl leblowl changed the title Update Quiet to connect to server when joining community Relay: Update Quiet to connect to server when joining community Feb 21, 2024
@holmesworcester holmesworcester moved this from Next Sprint to Sprint in Quiet Feb 27, 2024
@leblowl leblowl changed the title Relay: Update Quiet to connect to server when joining community QSS: Update Quiet to connect to server when joining community Mar 4, 2024
@EmiM EmiM moved this from Sprint to In progress in Quiet Mar 26, 2024
@EmiM EmiM self-assigned this Mar 28, 2024
@EmiM
Copy link
Contributor

EmiM commented Mar 28, 2024

#2393

Due to delay in our sprint schedules this step became a part of the next step (#2312) so it will be merged as one MR:
#2438

@EmiM EmiM moved this from In progress to Waiting for review in Quiet Apr 4, 2024
@EmiM EmiM moved this from Waiting for review to Merged in Quiet Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants