aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/undo.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/undo.json')
-rw-r--r--src/test/resources/undo.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/test/resources/undo.json b/src/test/resources/undo.json
new file mode 100644
index 00000000..371c6bd6
--- /dev/null
+++ b/src/test/resources/undo.json
@@ -0,0 +1,47 @@
+{
+ "@context": [
+ "https://www.w3.org/ns/activitystreams",
+ "https://w3id.org/security/v1",
+ {
+ "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
+ "sensitive": "as:sensitive",
+ "movedTo": {
+ "@id": "as:movedTo",
+ "@type": "@id"
+ },
+ "Hashtag": "as:Hashtag",
+ "ostatus": "http://ostatus.org#",
+ "atomUri": "ostatus:atomUri",
+ "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
+ "conversation": "ostatus:conversation",
+ "toot": "http://joinmastodon.org/ns#",
+ "Emoji": "toot:Emoji",
+ "focalPoint": {
+ "@container": "@list",
+ "@id": "toot:focalPoint"
+ },
+ "featured": {
+ "@id": "toot:featured",
+ "@type": "@id"
+ },
+ "schema": "http://schema.org#",
+ "PropertyValue": "schema:PropertyValue",
+ "value": "schema:value"
+ }
+ ],
+ "id": "https://mastodon.social/users/xwatt#follows/1553133/undo",
+ "type": "Undo",
+ "actor": "https://mastodon.social/users/xwatt",
+ "object": {
+ "id": "https://mastodon.social/c5cfbc0b-3e4b-423a-aa51-1c38e1202371",
+ "type": "Follow",
+ "actor": "https://mastodon.social/users/xwatt",
+ "object": "https://x.juick.com/u/gegege"
+ },
+ "signature": {
+ "type": "RsaSignature2017",
+ "creator": "https://mastodon.social/users/xwatt#main-key",
+ "created": "2018-10-02T10:27:33Z",
+ "signatureValue": "OOK3WDLgVMo6u1l/I1o4hrcOf12X2ryOa/xAeuYf7ncKQJbzFXohUYCrBtgUKjnOQJLHY/HbhhFE1SBXMCMUbPNF8KeztxWKqWnXtXNSHVv6Shxl+9yxZoGaAgpkYjn9qQGTAm4SXmV0RM49cz84PfLAJI1fUecoVclhVWXJuaSz4yZ/UteySjBMB5h5nPWGDmz4usviZ9EZTihr3xkFfkg+CPYwr5SYWDe5W1MxeKoosEck6Yhwt8OOf/eGB5guN81lp90O76oO6LGhblnYhMKxsOJf4ahF9qeCNajXk/qiwSfl6IwVADYlFB1GGTdIPXUUob5HhjX27Bpyah0lgA=="
+ }
+} \ No newline at end of file