Currently, if you visit a public group url (ex. https://braid.chat/groups/568d99c5-8ecd-4bd2-b8d2-35242f03c741 ), the log-in gateway form is shown (A), and when you log-in (and aren't yet part of the group), it shows the join-group gateway form (B).
(A)
(B)
Instead of (A) it should show the join-group form (C) right away:
(C)
The join-group form will need additional logic so that a user is automatically navigated through to the group if they are logged in and part of the group (like the log-in form works).
Currently, if you visit a public group url (ex. https://braid.chat/groups/568d99c5-8ecd-4bd2-b8d2-35242f03c741 ), the log-in gateway form is shown (A), and when you log-in (and aren't yet part of the group), it shows the join-group gateway form (B).
(A)
(B)
Instead of (A) it should show the join-group form (C) right away:
(C)
The join-group form will need additional logic so that a user is automatically navigated through to the group if they are logged in and part of the group (like the log-in form works).
This whole thing will be a non-issue once https://github.com/braidchat/planning/issues/381 is implemented.