Skip to content

api/inbox confusion #208

Description

@stefanhayden

Wonder if anyone can help with this confusion I have.

the inbox is set up here in server.js

app.use('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/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??

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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