Skip to content

After unblock can send message

given: "Alice" created an actor on "banach" called "Alice" with username "Alice"

send.Alice.request.create_actor
{
  "base_url": "http://banach",
  "preferred_username": "Alice",
  "profile": {},
  "automatically_accept_followers": null,
  "name": null
}
receive.Alice.response.create_actor
{
  "attachment": null,
  "published": "2026-03-20T15:22:59.231647",
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
    }
  ],
  "publicKey": {
    "id": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA#legacy-key-1",
    "owner": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAydFWSnEoL/+ypa/Uo9HD\nQ4OeUStAIh6kQ6fH/IvWWVquvwTi0d9ExCswq2leN0ieWqJGJHEFFpe7N+xW5d3a\nYJcfR0j/eYCiB7818UApEJRyJEklUekLp6fqdI39Che/Xbhzpjq6Lf/x2FNnIEGk\ns82Z1uuUC2FEPEWAvx5kJnQdMKNeLZhILVQfsDkP1PKwKKqUx8gHEG8b+Jpqckte\nL0WD0+zR7f27zFOQ0k9s8lBYn9zgFXzH5X+DOQ33jYFIsRkFYEcYx+LUweWPhAD0\nsb/fUvmTgLo1rJK6XxFjKeffSn6jXx9CqosXwDgja8i6CZy+Fk4obUlxXLR5wttO\nLwIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "id": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA",
  "type": "Person",
  "inbox": "http://banach/inbox/fSu7toqtbvumXJcQHX1amA",
  "outbox": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA/outbox",
  "followers": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA/followers",
  "following": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA/following",
  "preferredUsername": "Alice",
  "name": "Alice",
  "identifiers": [
    "acct:Alice@banach",
    "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA"
  ],
  "endpoints": {
    "sharedInbox": "http://banach/shared_inbox"
  },
  "manuallyApprovesFollowers": true
}

given: "Bob" created an actor on "banach" called "Bob" with username "Bob"

send.Bob.request.create_actor
{
  "base_url": "http://banach",
  "preferred_username": "Bob",
  "profile": {},
  "automatically_accept_followers": null,
  "name": null
}
receive.Bob.response.create_actor
{
  "attachment": null,
  "published": "2026-03-20T15:22:59.927802",
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
    }
  ],
  "publicKey": {
    "id": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow#legacy-key-1",
    "owner": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr40VH6ph17qxM8i08qCq\nTgEWreH7NtkLgMwRpMzTflYRXAACHE9yFQzZf7bRRNgJl7DKOwELZ7phOyVQYBzQ\nL9NyGZ0I1oOwkK9KkS029A6/enjG04klzxnl3LRr+3P+Ok9FdI6RvQuuYUBHcxkJ\nDDfBTjGVzq6QDkTWxqypT6zPRcoU06sUdhpoRen0zU4XVvMU/ov2afXc1w5e8A6m\nr/JVSggDU3xG+h26F/xwNnpygj7L7BNsyj9RnOBR0aBSFW49qWDHO4BYKGNDcE7u\nWJLXBa+KAoPbT/f+9Yzde2FSj7SFixl8WHh6c4bymc6fHnyAeXlssQgZOm0G+cBt\nxwIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "id": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
  "type": "Person",
  "inbox": "http://banach/inbox/fNpu-egC9DISXJmh4b_KEg",
  "outbox": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow/outbox",
  "followers": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow/followers",
  "following": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow/following",
  "preferredUsername": "Bob",
  "name": "Bob",
  "identifiers": [
    "acct:Bob@banach",
    "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow"
  ],
  "endpoints": {
    "sharedInbox": "http://banach/shared_inbox"
  },
  "manuallyApprovesFollowers": true
}

given: "Bob" blocks "Alice"

send.Bob.trigger.send_message
{
  "actor": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
  "data": {
    "@context": "https://www.w3.org/ns/activitystreams",
    "type": "Block",
    "actor": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
    "to": [
      "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA"
    ],
    "id": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow/51fab14fbf077359",
    "published": "2026-03-20T15:23:00Z",
    "object": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA"
  }
}
receive.Bob.outgoing.Block
{
  "data": {
    "raw": {
      "@context": "https://www.w3.org/ns/activitystreams",
      "type": "Block",
      "actor": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
      "to": [
        "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA"
      ],
      "id": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow/51fab14fbf077359",
      "published": "2026-03-20T15:23:00Z",
      "object": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA"
    }
  },
  "actor": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
  "event_type": "outgoing",
  "history_id": null
}

when: "Bob" unblocks "Alice"

send.Bob.trigger.send_message
{
  "actor": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
  "data": {
    "@context": "https://www.w3.org/ns/activitystreams",
    "type": "Undo",
    "actor": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
    "to": [
      "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA"
    ],
    "published": "2026-03-20T15:23:00Z",
    "object": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow/51fab14fbf077359",
    "id": "undo:611b1ad8-d8d4-422e-9dde-a1cd093a91f5"
  }
}
receive.Bob.outgoing.Undo
{
  "data": {
    "raw": {
      "@context": "https://www.w3.org/ns/activitystreams",
      "type": "Undo",
      "actor": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
      "to": [
        "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA"
      ],
      "published": "2026-03-20T15:23:00Z",
      "object": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow/51fab14fbf077359",
      "id": "undo:611b1ad8-d8d4-422e-9dde-a1cd093a91f5"
    }
  },
  "actor": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
  "event_type": "outgoing",
  "history_id": null
}

when: "Alice" sends "Bob" a message saying "howdy"

send.Alice.trigger.send_message
{
  "actor": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA",
  "data": {
    "@context": "https://www.w3.org/ns/activitystreams",
    "type": "Create",
    "actor": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA",
    "to": [
      "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow"
    ],
    "id": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA/18b56ef08dbf48b0",
    "published": "2026-03-20T15:23:00Z",
    "object": {
      "@context": "https://www.w3.org/ns/activitystreams",
      "type": "Note",
      "attributedTo": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA",
      "to": [
        "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow"
      ],
      "id": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA/3b988b6d046fce41",
      "published": "2026-03-20T15:23:00Z",
      "content": "howdy"
    }
  }
}
receive.Alice.outgoing.Create
{
  "data": {
    "raw": {
      "@context": "https://www.w3.org/ns/activitystreams",
      "type": "Create",
      "actor": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA",
      "to": [
        "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow"
      ],
      "id": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA/18b56ef08dbf48b0",
      "published": "2026-03-20T15:23:00Z",
      "object": {
        "@context": "https://www.w3.org/ns/activitystreams",
        "type": "Note",
        "attributedTo": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA",
        "to": [
          "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow"
        ],
        "id": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA/3b988b6d046fce41",
        "published": "2026-03-20T15:23:00Z",
        "content": "howdy"
      }
    }
  },
  "actor": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA",
  "event_type": "outgoing",
  "history_id": null
}
receive.Bob.incoming.Create
{
  "data": {
    "raw": {
      "@context": "https://www.w3.org/ns/activitystreams",
      "type": "Create",
      "actor": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA",
      "to": [
        "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow"
      ],
      "id": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA/18b56ef08dbf48b0",
      "published": "2026-03-20T15:23:00Z",
      "object": {
        "@context": "https://www.w3.org/ns/activitystreams",
        "type": "Note",
        "attributedTo": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA",
        "to": [
          "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow"
        ],
        "id": "http://banach/actor/ydi7CUFJ7DW9vISd4NTIzA/3b988b6d046fce41",
        "published": "2026-03-20T15:23:00Z",
        "content": "howdy"
      }
    }
  },
  "actor": "http://banach/actor/AdJGuQjcgT-GvLqCzO2Uow",
  "event_type": "incoming",
  "history_id": null
}

then: "Bob" receives a message saying "howdy"