Unblocks are not forwarded to the user
given: "Alice" created an actor on "abel" called "Alice"
send.Alice.request.create_actor
{
"base_url": "http://abel",
"preferred_username": "Alice",
"profile": {},
"automatically_accept_followers": null,
"name": null
}
receive.Alice.response.create_actor
{
"attachment": null,
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1"
],
"publicKey": {
"id": "http://abel/actor/XEArRzkGGffzU_BdoznCoQ#legacy-key-1",
"owner": "http://abel/actor/XEArRzkGGffzU_BdoznCoQ",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAughR/X3ukEgoAuCH/8DI\n7GYT2G9GLprByypeut7BXkUhgultJdjaLkHykn81JTdtCE2X8pWMoww7QP8sgBiw\nsuBNilYR+qjbc7PeFY6IBf6W2PCPDtxnHpa6eRd0zkgCEGEUZGZWlI2e0oxql6HB\nmWlPJ+ytNAxSgfNGa8uYEpWs7JzWZjBzAbcNFHtLe4aHZv91bMdPwxYspiv5w4l7\nsPUtRXlMv83yGXf4DmFR9LXVfBCtbxXZD2xwD/AdHRRZjPVYGAdUDcir89hIZpOS\n/ZOllMpM9oAtMfME0EIKOc2FO2wKGVrgGGIIodXrpmhGzqgPy0jpzv+HvL1Vd9qn\n8wIDAQAB\n-----END PUBLIC KEY-----\n"
},
"id": "http://abel/actor/XEArRzkGGffzU_BdoznCoQ",
"type": "Person",
"inbox": "http://abel/inbox/zyM7SQDnPTwTQu7PoD3HQg",
"outbox": "http://abel/outbox/Kt0ITS2UTMqUHlBeNNj6VQ",
"followers": "http://abel/followers/57Ibs6pKAS8PTWK67ftD_g",
"following": "http://abel/following/5PLBgEuAUaq9heXP_B1mrg",
"preferredUsername": "Alice",
"name": "Alice",
"identifiers": [
"acct:Alice@abel",
"http://abel/actor/XEArRzkGGffzU_BdoznCoQ"
],
"endpoints": {
"sharedInbox": "http://abel/shared_inbox"
}
}
given: "Bob" created an actor on "banach" called "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,
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1"
],
"publicKey": {
"id": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA#legacy-key-1",
"owner": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8PDRx9LnyZBZbql9Dqco\nwctUoYU0IQ2F+n6qwbfr2bbhv4kwWjKg+g+DpwqMHp9qyX1LiepF8O/nyN+mx1Ol\nU91uYpvw0QuW0AOyCR1DZB8x0cRMH/fFVZgM1EtXwNMiXxjYrP2msfotC+rGhQBs\naLsTdmmArlLbY4PVLESuEab6YSPSLMODdljgpU2A9ffEPFLiPkbjorA5AxgoBiSi\n/keGE0CsDQztb1y0FjV/1G5zKDdxsWzusxSv7uKuAM4GDsmr0NvlNMzG3TP7MeAk\ng8zPFiTQsyIPjlQiYf72sgOaLsm9+sHJ37pt8brlPgEmEKGrKu+Y4pAaw/DNnfpY\nbwIDAQAB\n-----END PUBLIC KEY-----\n"
},
"id": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA",
"type": "Person",
"inbox": "http://banach/inbox/kz7aOa2RJXiwFW-vO_4Ngw",
"outbox": "http://banach/outbox/-GVpzHGe7kZQSWo-4-mcqA",
"followers": "http://banach/followers/fMDnWHXeo5hWjr1zBCS6wg",
"following": "http://banach/following/_pN1uBZ5IWwy-qhG9fGXOQ",
"preferredUsername": "Bob",
"name": "Bob",
"identifiers": [
"acct:Bob@banach",
"http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA"
],
"endpoints": {
"sharedInbox": "http://banach/shared_inbox"
}
}
given: "Bob" blocks "Alice"
send.Bob.trigger.send_message
{
"actor": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA",
"data": {
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Block",
"actor": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA",
"to": [
"http://abel/actor/XEArRzkGGffzU_BdoznCoQ"
],
"id": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA/f542f34db0bd68f5",
"published": "2025-02-23T08:46:18Z",
"object": "http://abel/actor/XEArRzkGGffzU_BdoznCoQ"
}
}
receive.Bob.outgoing
{
"actor": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA",
"event_type": "outgoing",
"data": {
"raw": {
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Block",
"actor": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA",
"to": [
"http://abel/actor/XEArRzkGGffzU_BdoznCoQ"
],
"id": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA/f542f34db0bd68f5",
"published": "2025-02-23T08:46:18Z",
"object": "http://abel/actor/XEArRzkGGffzU_BdoznCoQ"
},
"recipients": {
"recipients": [
"http://abel/actor/XEArRzkGGffzU_BdoznCoQ"
],
"public": false
}
}
}
when: "Bob" unblocks "Alice"
send.Bob.trigger.send_message
{
"actor": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA",
"data": {
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Undo",
"actor": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA",
"to": [
"http://abel/actor/XEArRzkGGffzU_BdoznCoQ"
],
"published": "2025-02-23T08:46:18Z",
"object": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA/f542f34db0bd68f5",
"id": "undo:2231835e-a846-4aab-857b-c50beb345a99"
}
}
receive.Bob.outgoing
{
"actor": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA",
"event_type": "outgoing",
"data": {
"raw": {
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Undo",
"actor": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA",
"to": [
"http://abel/actor/XEArRzkGGffzU_BdoznCoQ"
],
"published": "2025-02-23T08:46:18Z",
"object": "http://banach/actor/hgaI7ZCXOCYvlu5rmGLhFA/f542f34db0bd68f5",
"id": "undo:2231835e-a846-4aab-857b-c50beb345a99"
},
"recipients": {
"recipients": [
"http://abel/actor/XEArRzkGGffzU_BdoznCoQ"
],
"public": false
}
}
}