aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/snapshots/activity/testfollow.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-07-04 14:31:22 +0300
committerGravatar Vitaly Takmazov2019-07-04 14:31:22 +0300
commit79a9f1509c4430f6e65c67e41098ef7aaa227c3f (patch)
tree8938ab6702c1ce855d4320c715ae09688872b5a8 /src/test/resources/snapshots/activity/testfollow.json
parent52d88dd00b260c54ba90ab52e283b5b1b1ba851d (diff)
Render email using templates
* do not include tracking pixel in pm * reorganize snapshots layout * reconfigure pebble to not trim anything
Diffstat (limited to 'src/test/resources/snapshots/activity/testfollow.json')
-rw-r--r--src/test/resources/snapshots/activity/testfollow.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/resources/snapshots/activity/testfollow.json b/src/test/resources/snapshots/activity/testfollow.json
new file mode 100644
index 00000000..e308e52e
--- /dev/null
+++ b/src/test/resources/snapshots/activity/testfollow.json
@@ -0,0 +1,15 @@
+{
+ "@context": [
+ "https://www.w3.org/ns/activitystreams",
+ "https://w3id.org/security/v1",
+ {
+ "schema": "http://schema.org#",
+ "PropertyValue": "schema:PropertyValue",
+ "value": "schema:value"
+ }
+ ],
+ "id": "https://example.com/12345678",
+ "type": "Follow",
+ "actor": "https://example.com/u/testuser",
+ "object": "http://localhost:8080/u/ugnich"
+} \ No newline at end of file