test change ledger

This commit is contained in:
Moon Man 2024-09-04 02:16:34 +00:00
parent 17c1bc0e4f
commit e35b3ade39
12 changed files with 129 additions and 96 deletions

View File

@ -1,4 +1,4 @@
{ {"ledger":"vonbraun-test","insert":{
"@id": "https://banana.example.net/users/one", "@id": "https://banana.example.net/users/one",
"@context": [ "@context": [
"https://www.w3.org/ns/activitystreams", "https://www.w3.org/ns/activitystreams",
@ -14,4 +14,4 @@
"outbox": "https://banana.example.net/users/one/outbox", "outbox": "https://banana.example.net/users/one/outbox",
"followers": "https://banana.example.net/users/one/followers", "followers": "https://banana.example.net/users/one/followers",
"following": "https://banana.example.net/users/one/following" "following": "https://banana.example.net/users/one/following"
} }}

View File

@ -1,8 +1,11 @@
{ {
"@context": "https://www.w3.org/ns/activitystreams", "ledger": "vonbraun-test",
"@id": "https://banana.example.net/users/one/followers", "insert": {
"type": "OrderedCollection", "@context": "https://www.w3.org/ns/activitystreams",
"orderedItems": [ "@id": "https://banana.example.net/users/one/followers",
"https://banana.example.net/users/two" "type": "OrderedCollection",
] "orderedItems": [
"https://banana.example.net/users/two"
]
}
} }

View File

@ -1,8 +1,11 @@
{ {
"@context": "https://www.w3.org/ns/activitystreams", "ledger": "vonbraun-test",
"@id": "https://banana.example.net/users/one/following", "insert": {
"type": "OrderedCollection", "@context": "https://www.w3.org/ns/activitystreams",
"orderedItems": [ "@id": "https://banana.example.net/users/one/following",
"https://banana.example.net/users/two" "type": "OrderedCollection",
] "orderedItems": [
"https://banana.example.net/users/two"
]
}
} }

View File

@ -1,17 +1,20 @@
{ {
"@id": "https://banana.example.net/users/two", "ledger": "vonbraun-test",
"@context": [ "insert": {
"https://www.w3.org/ns/activitystreams", "@id": "https://banana.example.net/users/two",
{ "@context": [
"vonbraun": "https://shit.nexus/ns/fedi/vonbraun/" "https://www.w3.org/ns/activitystreams",
} {
], "vonbraun": "https://shit.nexus/ns/fedi/vonbraun/"
"type": "Person", }
"name": "Mrs. Two", ],
"preferredUsername": "two", "type": "Person",
"summary": "Example two.", "name": "Mrs. Two",
"inbox": "https://banana.example.net/users/two/inbox", "preferredUsername": "two",
"outbox": "https://banana.example.net/users/two/outbox", "summary": "Example two.",
"followers": "https://banana.example.net/users/two/followers", "inbox": "https://banana.example.net/users/two/inbox",
"following": "https://banana.example.net/users/two/following" "outbox": "https://banana.example.net/users/two/outbox",
"followers": "https://banana.example.net/users/two/followers",
"following": "https://banana.example.net/users/two/following"
}
} }

View File

@ -1,8 +1,11 @@
{ {
"@context": "https://www.w3.org/ns/activitystreams", "ledger": "vonbraun-test",
"@id": "https://banana.example.net/users/two/followers", "insert": {
"type": "OrderedCollection", "@context": "https://www.w3.org/ns/activitystreams",
"orderedItems": [ "@id": "https://banana.example.net/users/two/followers",
"https://banana.example.net/users/one" "type": "OrderedCollection",
] "orderedItems": [
"https://banana.example.net/users/one"
]
}
} }

View File

@ -1,8 +1,11 @@
{ {
"@context": "https://www.w3.org/ns/activitystreams", "ledger": "vonbraun-test",
"@id": "https://banana.example.net/users/two/following", "insert": {
"type": "OrderedCollection", "@context": "https://www.w3.org/ns/activitystreams",
"orderedItems": [ "@id": "https://banana.example.net/users/two/following",
"https://banana.example.net/users/one" "type": "OrderedCollection",
] "orderedItems": [
"https://banana.example.net/users/one"
]
}
} }

View File

@ -1,17 +1,20 @@
{ {
"@id": "https://vonbraun.example.net/users/moonman", "ledger": "vonbraun-test",
"@context": [ "insert": {
"https://www.w3.org/ns/activitystreams", "@id": "https://vonbraun.example.net/users/moonman",
{ "@context": [
"vonbraun": "https://shit.nexus/ns/fedi/vonbraun/" "https://www.w3.org/ns/activitystreams",
} {
], "vonbraun": "https://shit.nexus/ns/fedi/vonbraun/"
"type": "Person", }
"name": "Moon Man", ],
"preferredUsername": "moonman", "type": "Person",
"summary": "I am the Moon.", "name": "Moon Man",
"inbox": "https://vonbraun.example.net/users/moonman/inbox", "preferredUsername": "moonman",
"outbox": "https://vonbraun.example.net/users/moonman/outbox", "summary": "I am the Moon.",
"followers": "https://vonbraun.example.net/users/moonman/followers", "inbox": "https://vonbraun.example.net/users/moonman/inbox",
"following": "https://vonbraun.example.net/users/moonman/following" "outbox": "https://vonbraun.example.net/users/moonman/outbox",
"followers": "https://vonbraun.example.net/users/moonman/followers",
"following": "https://vonbraun.example.net/users/moonman/following"
}
} }

View File

@ -1,9 +1,12 @@
{ {
"@context": "https://www.w3.org/ns/activitystreams", "ledger": "vonbraun-test",
"@id": "https://vonbraun.example.net/users/moonman/followers", "insert": {
"type": "OrderedCollection", "@context": "https://www.w3.org/ns/activitystreams",
"orderedItems": [ "@id": "https://vonbraun.example.net/users/moonman/followers",
"https://banana.example.net/users/one", "type": "OrderedCollection",
"https://banana.example.net/users/two" "orderedItems": [
] "https://banana.example.net/users/one",
"https://banana.example.net/users/two"
]
}
} }

View File

@ -1,9 +1,12 @@
{ {
"@context": "https://www.w3.org/ns/activitystreams", "ledger": "vonbraun-test",
"@id": "https://vonbraun.example.net/users/moonman/following", "insert": {
"type": "OrderedCollection", "@context": "https://www.w3.org/ns/activitystreams",
"orderedItems": [ "@id": "https://vonbraun.example.net/users/moonman/following",
"https://orange.example.net/users/smith", "type": "OrderedCollection",
"https://banana.example.net/users/two" "orderedItems": [
] "https://orange.example.net/users/smith",
"https://banana.example.net/users/two"
]
}
} }

View File

@ -1,17 +1,20 @@
{ {
"@id": "https://orange.example.net/users/smith", "ledger": "vonbraun-test",
"@context": [ "insert": {
"https://www.w3.org/ns/activitystreams", "@id": "https://orange.example.net/users/smith",
{ "@context": [
"vonbraun": "https://shit.nexus/ns/fedi/vonbraun/" "https://www.w3.org/ns/activitystreams",
} {
], "vonbraun": "https://shit.nexus/ns/fedi/vonbraun/"
"type": "Person", }
"name": "Mr. Smith", ],
"preferredUsername": "smith", "type": "Person",
"summary": "A guy named Smith", "name": "Mr. Smith",
"inbox": "https://orange.example.net/users/smith/inbox", "preferredUsername": "smith",
"outbox": "https://orange.example.net/users/smith/outbox", "summary": "A guy named Smith",
"followers": "https://orange.example.net/users/smith/followers", "inbox": "https://orange.example.net/users/smith/inbox",
"following": "https://orange.example.net/users/smith/following" "outbox": "https://orange.example.net/users/smith/outbox",
"followers": "https://orange.example.net/users/smith/followers",
"following": "https://orange.example.net/users/smith/following"
}
} }

View File

@ -1,9 +1,12 @@
{ {
"@context": "https://www.w3.org/ns/activitystreams", "ledger": "vonbraun-test",
"@id": "https://orange.example.net/users/smith/followers", "insert": {
"type": "OrderedCollection", "@context": "https://www.w3.org/ns/activitystreams",
"orderedItems": [ "@id": "https://orange.example.net/users/smith/followers",
"https://banana.example.net/users/one", "type": "OrderedCollection",
"https://vonbraun.example.net/users/moonman" "orderedItems": [
] "https://banana.example.net/users/one",
"https://vonbraun.example.net/users/moonman"
]
}
} }

View File

@ -1,6 +1,9 @@
{ {
"@context": "https://www.w3.org/ns/activitystreams", "ledger": "vonbraun-test",
"@id": "https://orange.example.net/users/smith/following", "insert": {
"type": "OrderedCollection", "@context": "https://www.w3.org/ns/activitystreams",
"orderedItems": [] "@id": "https://orange.example.net/users/smith/following",
"type": "OrderedCollection",
"orderedItems": []
}
} }