Skip to content

api/inbox confusion #208

@stefanhayden

Description

@stefanhayden

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??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions