ephemeraHQ / converse-app

https://converse.xyz
MIT License
40 stars 3 forks source link

Feature request: Public Groups #664

Open alexrisch opened 1 week ago

alexrisch commented 1 week ago

Is your feature request related to a problem?

When a user joins converse they are met with the daunting task of finding people

Let's give them an easier way to join groups that are made public

Describe the solution to the problem

When creating a group invite have some way to set if the group invite should be Public

If Public store public = true in backend Create an endpoint to expose public groups (let's just pretend the latest 10 that have been joined) End user will have a screen to navigate to to see the list, which will allow them to click to get more info on the group and join via the existing GroupInvite screen

Describe the uses cases for the feature

No response

Additional details

No response

neekolas commented 1 week ago

One challenge here is the group size limit. How does this work once we get past the 400 person limit?

alexrisch commented 1 week ago

Ah good callout, I think we may need to hide it once it gets close to the limit in some way 🤔