@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 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.
@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.