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

Invite links not working reliably #2240

Closed
dotmacro opened this issue Jul 20, 2024 · 3 comments · Fixed by #2246
Closed

Invite links not working reliably #2240

dotmacro opened this issue Jul 20, 2024 · 3 comments · Fixed by #2246

Comments

@dotmacro
Copy link
Member

dotmacro commented Jul 20, 2024

Problem

Invite links don't seem to be working properly 100% of the time.

If the user is already in at least one group, the invite link seems to only redirect them to the dashboard of the first group in their group list. (See comments below).

Solution

Fix.

@dotmacro dotmacro self-assigned this Jul 20, 2024
@dotmacro
Copy link
Member Author

  1. Sign in to group1 & group2 as user1.
  2. In group2, user1 receives invite link to group3 from user2 via group2 chat.
  3. User1 clicks invite link in chat message.
  4. App redirects to Dashboard of first group in user1's group list (NOT group3). Group3 is not added to user1's group list. User is not prompted to do anything about group3.

@dotmacro
Copy link
Member Author

dotmacro commented Jul 20, 2024

Same as above, except invited user is only in one group before receiving the invite link.

  1. Sign in to group2 as user5.
  2. In group2, user5 receives invite link to group3 from user2 via group2 chat.
  3. User5 clicks invite link in chat message.
  4. App redirects to Dashboard of group2, the first and only group in user5's group list (NOT group3). Group3 is not added to user5's group list. User is not prompted to do anything about group3.

@taoeffect
Copy link
Member

In the second example there that I tried, this is the error in the console:

Screenshot 2024-07-24 at 12 23 55 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants