forked from indymedia/epicyon
Extraneous characters
parent
78baf8903d
commit
b3375c175e
|
@ -385,7 +385,7 @@ This extends the ActivityPub client-to-server protocol to include activities cal
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
{ 'type': 'Delegate',
|
{ 'type': 'Delegate',
|
||||||
'actor': https://'+somedomain/users/admin,
|
'actor': https://somedomain/users/admin,
|
||||||
'object': {
|
'object': {
|
||||||
'type': 'Role',
|
'type': 'Role',
|
||||||
'actor': https://'+somedomain+'/users/'+other,
|
'actor': https://'+somedomain+'/users/'+other,
|
||||||
|
@ -415,7 +415,7 @@ This extends the ActivityPub client-to-server protocol to include an activity ca
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
{ 'type': 'Skill',
|
{ 'type': 'Skill',
|
||||||
'actor': https://'+somedomain/users/somenickname,
|
'actor': https://somedomain/users/somenickname,
|
||||||
'object': gardening;80,
|
'object': gardening;80,
|
||||||
'to': [],
|
'to': [],
|
||||||
'cc': []}
|
'cc': []}
|
||||||
|
@ -437,7 +437,7 @@ This extends the ActivityPub client-to-server protocol to include an activity ca
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
{ 'type': 'Availability',
|
{ 'type': 'Availability',
|
||||||
'actor': https://'+somedomain/users/somenickname,
|
'actor': https://somedomain/users/somenickname,
|
||||||
'object': ready,
|
'object': ready,
|
||||||
'to': [],
|
'to': [],
|
||||||
'cc': []}
|
'cc': []}
|
||||||
|
|
Loading…
Reference in New Issue