@noellabo If I want to deploy the Group Timeline on a development server, is there anything else that I need to do except for cherry-picking the recent commits? (I have already merged most of the Fedibird code and they worked well)
@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.
@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.