diff options
author | Vitaly Takmazov | 2022-12-24 08:15:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-24 08:15:43 +0300 |
commit | b6a76493f1711ad42cc8543bc73ae70b3d75868e (patch) | |
tree | 61ff105aecb0bb240b8d44949f4828b1e345ae21 /src/test/resources/to_as_string.json | |
parent | 0ab02be35b4f83a10c1d586c7e069b9e1dc4c075 (diff) |
ActivityPub: compatibility with Honk server
Diffstat (limited to 'src/test/resources/to_as_string.json')
-rw-r--r-- | src/test/resources/to_as_string.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/resources/to_as_string.json b/src/test/resources/to_as_string.json new file mode 100644 index 00000000..cb48336c --- /dev/null +++ b/src/test/resources/to_as_string.json @@ -0,0 +1 @@ +{ "@context": "https://www.w3.org/ns/activitystreams", "actor": "https://me.spectrum.im/u/vt", "id": "https://me.spectrum.im/u/vt/sub/944HVdt81833mx32sy", "object": "https://juick.com/u/vt", "published": "2022-12-24T04:59:08Z", "to": "https://juick.com/u/vt", "type": "Follow" }
\ No newline at end of file |