20:28:57
icon

世紀末のActivityPub:

```json
{
"type": "Block",
"actor": "https://bob.example/me",
"object": "https://alice.example/@Alice",
"to": [
"https://alice.example/@Alice",
"w3.org/ns/activitystreams#Publ"
],
"cc": [
"https://bob.example/me/followers",
"https://alice.example/@Alice/followers"
]
}
```

21:43:00
icon

Bluesky風バージョン:

```json
{
"type": "Block",
"actor": "https://bob.example/me",
"object": "https://alice.example/@Alice",
"to": "w3.org/ns/activitystreams#Publ"
}
```

21:43:10
icon