|
|
@ -107,23 +107,23 @@ RSpec.describe ActivityPub::ProcessCollectionService, type: :service do
|
|
|
|
'@context': [
|
|
|
|
'@context': [
|
|
|
|
'https://www.w3.org/ns/activitystreams',
|
|
|
|
'https://www.w3.org/ns/activitystreams',
|
|
|
|
nil,
|
|
|
|
nil,
|
|
|
|
{ 'object': 'https://www.w3.org/ns/activitystreams#object' }
|
|
|
|
{ object: 'https://www.w3.org/ns/activitystreams#object' }
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'id': 'https://example.com/users/bob/fake-status/activity',
|
|
|
|
id: 'https://example.com/users/bob/fake-status/activity',
|
|
|
|
'type': 'Create',
|
|
|
|
type: 'Create',
|
|
|
|
'actor': 'https://example.com/users/bob',
|
|
|
|
actor: 'https://example.com/users/bob',
|
|
|
|
'published': '2022-01-22T15:00:00Z',
|
|
|
|
published: '2022-01-22T15:00:00Z',
|
|
|
|
'to': [
|
|
|
|
to: [
|
|
|
|
'https://www.w3.org/ns/activitystreams#Public'
|
|
|
|
'https://www.w3.org/ns/activitystreams#Public'
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'cc': [
|
|
|
|
cc: [
|
|
|
|
'https://example.com/users/bob/followers'
|
|
|
|
'https://example.com/users/bob/followers'
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'signature': {
|
|
|
|
signature: {
|
|
|
|
'type': 'RsaSignature2017',
|
|
|
|
type: 'RsaSignature2017',
|
|
|
|
'creator': 'https://example.com/users/bob#main-key',
|
|
|
|
creator: 'https://example.com/users/bob#main-key',
|
|
|
|
'created': '2022-03-09T21:57:25Z',
|
|
|
|
created: '2022-03-09T21:57:25Z',
|
|
|
|
'signatureValue': 'WculK0LelTQ0MvGwU9TPoq5pFzFfGYRDCJqjZ232/Udj4CHqDTGOSw5UTDLShqBOyycCkbZGrQwXG+dpyDpQLSe1UVPZ5TPQtc/9XtI57WlS2nMNpdvRuxGnnb2btPdesXZ7n3pCxo0zjaXrJMe0mqQh5QJO22mahb4bDwwmfTHgbD3nmkD+fBfGi+UV2qWwqr+jlV4L4JqNkh0gWljF5KTePLRRZCuWiQ/FAt7c67636cdIPf7fR+usjuZltTQyLZKEGuK8VUn2Gkfsx5qns7Vcjvlz1JqlAjyO8HPBbzTTHzUG2nUOIgC3PojCSWv6mNTmRGoLZzOscCAYQA6cKw=='
|
|
|
|
signatureValue: 'WculK0LelTQ0MvGwU9TPoq5pFzFfGYRDCJqjZ232/Udj4CHqDTGOSw5UTDLShqBOyycCkbZGrQwXG+dpyDpQLSe1UVPZ5TPQtc/9XtI57WlS2nMNpdvRuxGnnb2btPdesXZ7n3pCxo0zjaXrJMe0mqQh5QJO22mahb4bDwwmfTHgbD3nmkD+fBfGi+UV2qWwqr+jlV4L4JqNkh0gWljF5KTePLRRZCuWiQ/FAt7c67636cdIPf7fR+usjuZltTQyLZKEGuK8VUn2Gkfsx5qns7Vcjvlz1JqlAjyO8HPBbzTTHzUG2nUOIgC3PojCSWv6mNTmRGoLZzOscCAYQA6cKw=='
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'@id': 'https://example.com/users/bob/statuses/107928807471117876/activity',
|
|
|
|
'@id': 'https://example.com/users/bob/statuses/107928807471117876/activity',
|
|
|
|
'@type': 'https://www.w3.org/ns/activitystreams#Create',
|
|
|
|
'@type': 'https://www.w3.org/ns/activitystreams#Create',
|
|
|
@ -133,22 +133,22 @@ RSpec.describe ActivityPub::ProcessCollectionService, type: :service do
|
|
|
|
'https://www.w3.org/ns/activitystreams#cc': {
|
|
|
|
'https://www.w3.org/ns/activitystreams#cc': {
|
|
|
|
'@id': 'https://example.com/users/bob/followers'
|
|
|
|
'@id': 'https://example.com/users/bob/followers'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'object': {
|
|
|
|
object: {
|
|
|
|
'id': 'https://example.com/users/bob/fake-status',
|
|
|
|
id: 'https://example.com/users/bob/fake-status',
|
|
|
|
'type': 'Note',
|
|
|
|
type: 'Note',
|
|
|
|
'published': '2022-01-22T15:00:00Z',
|
|
|
|
published: '2022-01-22T15:00:00Z',
|
|
|
|
'url': 'https://www.youtube.com/watch?v=dQw4w9WgXcQ&feature=puck-was-here',
|
|
|
|
url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ&feature=puck-was-here',
|
|
|
|
'attributedTo': 'https://example.com/users/bob',
|
|
|
|
attributedTo: 'https://example.com/users/bob',
|
|
|
|
'to': [
|
|
|
|
to: [
|
|
|
|
'https://www.w3.org/ns/activitystreams#Public'
|
|
|
|
'https://www.w3.org/ns/activitystreams#Public'
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'cc': [
|
|
|
|
cc: [
|
|
|
|
'https://example.com/users/bob/followers'
|
|
|
|
'https://example.com/users/bob/followers'
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'sensitive': false,
|
|
|
|
sensitive: false,
|
|
|
|
'atomUri': 'https://example.com/users/bob/fake-status',
|
|
|
|
atomUri: 'https://example.com/users/bob/fake-status',
|
|
|
|
'conversation': 'tag:example.com,2022-03-09:objectId=15:objectType=Conversation',
|
|
|
|
conversation: 'tag:example.com,2022-03-09:objectId=15:objectType=Conversation',
|
|
|
|
'content': '<p>puck was here</p>',
|
|
|
|
content: '<p>puck was here</p>',
|
|
|
|
|
|
|
|
|
|
|
|
'@id': 'https://example.com/users/bob/statuses/107928807471117876',
|
|
|
|
'@id': 'https://example.com/users/bob/statuses/107928807471117876',
|
|
|
|
'@type': 'https://www.w3.org/ns/activitystreams#Note',
|
|
|
|
'@type': 'https://www.w3.org/ns/activitystreams#Note',
|
|
|
|