Use correct Id's
Created by: Tirokk
Authored by Mastercuber Closed
Is your feature request related to a problem? Please describe. Now the activity id's are used wrong, so that the url is pointing to nowhere.
Describe the solution you'd like In the ActivityPub middleware (exactly the CreatePost Resolver) change the activityId and objectId of the created activity to use the generated ids's directly.
Describe alternatives you've considered My opinion is to create the activity after the call of resolve, because the resolve mutates the database. If that throws an error the activity do not need to be created (Performance).