-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
Wonder if anyone can help with this confusion I have.
the inbox is set up here in server.js
app.use('/api/inbox', cors(), routes.inbox);
but the inbox postmarks seems to send to in activitypub.js is
for (const follower of followers) {
const inbox = `${follower}/inbox`;
When I set up 2 postmark instances and follow each other i never see posts appear at either instance. With the above code I don't understand how it ever could. Could anyone point to the code that I am missing? Where do we send messages to /api/inbox??
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels