summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-05-07 11:54:45 -0400
committerMark Felder <feld@feld.me>2024-05-07 11:54:45 -0400
commitdd031848112ef812bdb7af9d485360cc4f0ba13a (patch)
treec071a4c7d3c2aeb4f8c4d4e326dc7fecd53f8d29 /test/fixtures
parentffa6805c0919abca6de2329ce01966d883876b30 (diff)
downloadpleroma-dd031848112ef812bdb7af9d485360cc4f0ba13a.tar.gz
pleroma-dd031848112ef812bdb7af9d485360cc4f0ba13a.zip
Strip actor from objects before federating
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/create-chat-message.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/fixtures/create-chat-message.json b/test/fixtures/create-chat-message.json
index 9c23a1c9b..a5e5f559b 100644
--- a/test/fixtures/create-chat-message.json
+++ b/test/fixtures/create-chat-message.json
@@ -1,10 +1,10 @@
{
- "actor": "http://2hu.gensokyo/users/raymoo",
- "id": "http://2hu.gensokyo/objects/1",
+ "actor": "http://mastodon.example.org/users/admin",
+ "id": "http://mastodon.example.org/objects/1",
"object": {
- "attributedTo": "http://2hu.gensokyo/users/raymoo",
+ "attributedTo": "http://mastodon.example.org/users/admin",
"content": "You expected a cute girl? Too bad. <script>alert('XSS')</script>",
- "id": "http://2hu.gensokyo/objects/2",
+ "id": "http://mastodon.example.org/objects/2",
"published": "2020-02-12T14:08:20Z",
"to": [
"http://2hu.gensokyo/users/marisa"