@noellabo Thanks!
It's a development server where nobody else is in so I could have some test run.
@dmonad There is also a branch containing the code for the group server, but this is still deprecated. We recommend using gup.pe. However, the Group Actor in gup.pe does not appear in the groups directory.
With rails console,
Account.find_remote('username','gup.pe').update(discoverable: true)
You can allow the display to the group directory by the method such as.
@dmonad Cherry-pick 5 commits from the feature-group-directory branch.
git fetch https://github.com/fedibird/mastodon feature-group-directory
git cherry-pick cab9bd6^..a2ad4e3
The code is still unstable, so sometimes it's replaced entirely. Please make sure when it is stable and merge again.