summaryrefslogtreecommitdiff
path: root/test/fixtures/mastodon-unfollow-activity.json
diff options
context:
space:
mode:
authorFrancis Dinh <normandy@firemail.cc>2018-05-17 23:55:00 -0400
committerFrancis Dinh <normandy@firemail.cc>2018-05-17 23:55:00 -0400
commit8d11bae0d5e649f9dc0570b24ee5c4c74b8b463f (patch)
tree3005c14a3c06dc0d4a44734c7a406d1dffc19202 /test/fixtures/mastodon-unfollow-activity.json
parente6dc15b96cb971836211a1e57be1756936456c17 (diff)
downloadpleroma-8d11bae0d5e649f9dc0570b24ee5c4c74b8b463f.tar.gz
pleroma-8d11bae0d5e649f9dc0570b24ee5c4c74b8b463f.zip
Revert "Undo formatting in user.ex"
This reverts commit e6dc15b96cb971836211a1e57be1756936456c17.
Diffstat (limited to 'test/fixtures/mastodon-unfollow-activity.json')
-rw-r--r--test/fixtures/mastodon-unfollow-activity.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/test/fixtures/mastodon-unfollow-activity.json b/test/fixtures/mastodon-unfollow-activity.json
new file mode 100644
index 000000000..022b47acd
--- /dev/null
+++ b/test/fixtures/mastodon-unfollow-activity.json
@@ -0,0 +1,33 @@
+{
+ "@context": [
+ "https://www.w3.org/ns/activitystreams",
+ "https://w3id.org/security/v1",
+ {
+ "toot": "http://joinmastodon.org/ns#",
+ "sensitive": "as:sensitive",
+ "ostatus": "http://ostatus.org#",
+ "movedTo": "as:movedTo",
+ "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
+ "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
+ "conversation": "ostatus:conversation",
+ "atomUri": "ostatus:atomUri",
+ "Hashtag": "as:Hashtag",
+ "Emoji": "toot:Emoji"
+ }
+ ],
+ "signature": {
+ "type": "RsaSignature2017",
+ "signatureValue": "Kn1/UkAQGJVaXBfWLAHcnwHg8YMAUqlEaBuYLazAG+pz5hqivsyrBmPV186Xzr+B4ZLExA9+SnOoNx/GOz4hBm0kAmukNSILAsUd84tcJ2yT9zc1RKtembK4WiwOw7li0+maeDN0HaB6t+6eTqsCWmtiZpprhXD8V1GGT8yG7X24fQ9oFGn+ng7lasbcCC0988Y1eGqNe7KryxcPuQz57YkDapvtONzk8gyLTkZMV4De93MyRHq6GVjQVIgtiYabQAxrX6Q8C+4P/jQoqdWJHEe+MY5JKyNaT/hMPt2Md1ok9fZQBGHlErk22/zy8bSN19GdG09HmIysBUHRYpBLig==",
+ "creator": "http://mastodon.example.org/users/admin#main-key",
+ "created": "2018-02-17T13:29:31Z"
+ },
+ "type": "Undo",
+ "object": {
+ "type": "Follow",
+ "object": "http://localtesting.pleroma.lol/users/lain",
+ "nickname": "lain",
+ "id": "http://mastodon.example.org/users/admin#follows/2",
+ "actor": "http://mastodon.example.org/users/admin"
+ },
+ "actor": "http://mastodon.example.org/users/admin"
+}