diff options
author | Vitaly Takmazov | 2021-08-21 03:49:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-08-21 03:49:12 +0300 |
commit | 389e29881724b90daa466247aef1b8a164511bb9 (patch) | |
tree | 66888f12de37dfef24de79bc23c0f4c5fb2939e6 /src/test/resources/flag.json | |
parent | 880535098d71e80944bbc6496cba692d68c342b6 (diff) |
ActivityPub: add Application as an actor type
Diffstat (limited to 'src/test/resources/flag.json')
-rw-r--r-- | src/test/resources/flag.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/flag.json b/src/test/resources/flag.json index eae0d15f..c3363f01 100644 --- a/src/test/resources/flag.json +++ b/src/test/resources/flag.json @@ -1 +1 @@ -{"@context":"https://www.w3.org/ns/activitystreams","id":"https://localhost/32ac2d3e-c75c-46c1-b0a7-d9fac0986b9a","type":"Flag","actor":"https://example.com/u/testuser","content":"","object":["https://juick.com/u/rtfmpls","https://juick.com/n/2998271-0"]}
\ No newline at end of file +{"@context":"https://www.w3.org/ns/activitystreams","id":"https://localhost/32ac2d3e-c75c-46c1-b0a7-d9fac0986b9a","type":"Flag","actor":"https://example.com/actor","content":"","object":["https://juick.com/u/rtfmpls","https://juick.com/n/2998271-0"]}
\ No newline at end of file |