mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
use federate-repo users for our local test
This commit is contained in:
parent
b2a9b53041
commit
084eed82a4
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ curl -X 'POST' \
|
||||||
{
|
{
|
||||||
"id": "http://localhost:3000/api/v1/activitypub/user-id/1/outbox/12345",
|
"id": "http://localhost:3000/api/v1/activitypub/user-id/1/outbox/12345",
|
||||||
"type": "Star",
|
"type": "Star",
|
||||||
"source": "forgejo",
|
"source": "invalid",
|
||||||
"actor": "http://localhost:3000/api/v1/activitypub/user-id/5",
|
"actor": "https://federated-repo.prod.meissa.de/api/v1/activitypub/user-id/13",
|
||||||
"object": "http://localhost:3000/api/v1/activitypub/repository-id/1"
|
"object": "http://localhost:3000/api/v1/activitypub/repository-id/1"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue