diff options
author | Anthony Wang | 2022-07-12 23:32:17 -0500 |
---|---|---|
committer | Anthony Wang | 2022-07-12 23:32:17 -0500 |
commit | 320e0457d891bdf134021e5996b1b7ea252758f2 (patch) | |
tree | 527efe3fe751b6b6dbbfd6f176984b1f6605836a | |
parent | 5fe421046e18411418a38233e308a4e63b5be6e1 (diff) |
Add federated PRs testing payload
-rw-r--r-- | patch | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +{ + "@context": "https://www.w3.org/ns/activitystreams", + "type": "Move", + "attributedTo": "https://test.exozy.me/api/v1/activitypub/user/test", + "origin": "https://test.exozy.me/test/Hello-world/src/branch/main", + "target": "https://git.exozy.me/Ta180m/Hello-world/src/branch/main" +} |