You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get verify.funfedi to clear (getting stuff with signatures). Signing is still weird, read into it here: https://funfedi.dev/testing_tools/http_signatures/ . Most likely sending the digest on non-post requests is the issue
remove versioning from ActivityPub controller. They won't be able to be changed, as they are used as IDs
test signing acceptance with services like mastodon
send back "Accept" activities for follows, to allow other platforms to follow game servers. Game servers themselves do NOT wait for follow accepts, as they will only form a treaty on mutual follow anyways -> doing this, but it doesnt work. Might be that mastodon expects the entire activity object to be inline instead of just referencing the objectId
on outbox posting, target servers better (e.g. follow/unfollow only to the respective servers, as well as likes) Only things that belong to own trades (create, delete) should be shared to all
when starting to follow/a treaty, query the outbox to backfill previous activities. Prob necessary to add pagination and date markers for that
adjust outbox: only include create activities of notes that have not also been deleted already
Or just use fedify as noted in a comment https://fedify.dev/
TODOs to make AP support better