maybeanerd / selfhosted-api-trader-game

A self hostable game server that can connect to others instances using the ActivityPub federation protocol and offers a client API to play a city building and resource trading game.
GNU Affero General Public License v3.0
6 stars 0 forks source link

look into exposing followers and following collections. This might make mastodon actually reflect accepted follows #741

Closed maybeanerd closed 2 months ago

maybeanerd commented 2 months ago

I forgot to add IDs to the collections. Maybe that's why it doesn't work yet. Let's add IDs to following and followers

maybeanerd commented 2 months ago

added IDs, but let's keep this open until the issue is really fixed

maybeanerd commented 2 months ago

the accept activities didnt get accepted because we sent them in an array, not by themselves. now it works!