Skip to content

Commit eb3d8bd

Browse files
committed
and that
1 parent 4e3961f commit eb3d8bd

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

ns/activitystreams.jsonld

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,30 @@
333333
"@id": "as:proxyUrl",
334334
"@type": "@id"
335335
},
336-
"oauthClientAuthorize": "as:oauthClientAuthorize",
337-
"provideClientKey": "as:provideClientKey",
338-
"authorizeClientKey": "as:authorizeClientKey",
336+
"liked": {
337+
"@id": "as:liked",
338+
"@type": "@id"
339+
},
340+
"oauthAuthorizationEndpoint": {
341+
"@id": "as:oauthAuthorizationEndpoint",
342+
"@type": "@id"
343+
},
344+
"oauthTokenEndpoint": {
345+
"@id": "as:oauthTokenEndpoint",
346+
"@type": "@id"
347+
},
348+
"provideClientKey": {
349+
"@id": "as:provideClientKey",
350+
"@type": "@id"
351+
},
352+
"signClientKey": {
353+
"@id": "as:signClientKey",
354+
"@type": "@id"
355+
},
356+
"sharedInbox": {
357+
"@id": "as:sharedInbox",
358+
"@type": "@id"
359+
},
339360
"source": "as:source"
340361
}
341362
}

0 commit comments

Comments
 (0)