summaryrefslogtreecommitdiff
path: root/test/fixtures/mastodon-vote.json
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-05-21 14:12:10 +0300
committerrinpatch <rinpatch@sdf.org>2019-05-21 14:12:10 +0300
commitaafe30d94e68ccf251c56139d07bda154dde3af9 (patch)
treeeb9044a1cb6878f15225f0a7fddb32f5cb886c27 /test/fixtures/mastodon-vote.json
parent3f96b3e4b8114ec1cf924d452907b17c2aea2003 (diff)
downloadpleroma-aafe30d94e68ccf251c56139d07bda154dde3af9.tar.gz
pleroma-aafe30d94e68ccf251c56139d07bda154dde3af9.zip
Handle poll votes
Diffstat (limited to 'test/fixtures/mastodon-vote.json')
-rw-r--r--test/fixtures/mastodon-vote.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/fixtures/mastodon-vote.json b/test/fixtures/mastodon-vote.json
new file mode 100644
index 000000000..c2c5f40c0
--- /dev/null
+++ b/test/fixtures/mastodon-vote.json
@@ -0,0 +1,16 @@
+{
+ "@context": "https://www.w3.org/ns/activitystreams",
+ "actor": "https://mastodon.sdf.org/users/rinpatch",
+ "id": "https://mastodon.sdf.org/users/rinpatch#votes/387/activity",
+ "nickname": "rin",
+ "object": {
+ "attributedTo": "https://mastodon.sdf.org/users/rinpatch",
+ "id": "https://mastodon.sdf.org/users/rinpatch#votes/387",
+ "inReplyTo": "https://testing.uguu.ltd/objects/9d300947-2dcb-445d-8978-9a3b4b84fa14",
+ "name": "suya..",
+ "to": "https://testing.uguu.ltd/users/rin",
+ "type": "Note"
+ },
+ "to": "https://testing.uguu.ltd/users/rin",
+ "type": "Create"
+}