diff options
author | feld <feld@feld.me> | 2024-05-15 20:51:47 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2024-05-15 20:51:47 +0000 |
commit | e944b1529862a2a40158803da5fe04a024f7aa4f (patch) | |
tree | b2488cfa18aa12c64f77a6a90c64acf71fe33808 /test/fixtures | |
parent | 53ef576739939aec40279269fa424262951d9f7e (diff) | |
parent | 2965ed47bdae43fcddb7258aa2e667aec5be018b (diff) | |
download | pleroma-e944b1529862a2a40158803da5fe04a024f7aa4f.tar.gz pleroma-e944b1529862a2a40158803da5fe04a024f7aa4f.zip |
Merge branch 'strip-object-actor' into 'develop'
Strip actor from objects before federating
Closes #3269
See merge request pleroma/pleroma!4105
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/create-chat-message.json | 8 |
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" |