diff options
| author | feld <feld@feld.me> | 2024-05-16 23:34:00 +0000 |
|---|---|---|
| committer | feld <feld@feld.me> | 2024-05-16 23:34:00 +0000 |
| commit | 99eab1fa2a39b7a7fba6cdbb92c01e9c7c81aa88 (patch) | |
| tree | 05d3a852d143790fce25771e19ca9a61cfc19e9f /test/fixtures | |
| parent | 7de657ac45e13f9809ad1fbd4b2429d2045e8f89 (diff) | |
| parent | 9988dc22273a22cd262c84adde184fcab4a4e8ae (diff) | |
| download | pleroma-99eab1fa2a39b7a7fba6cdbb92c01e9c7c81aa88.tar.gz pleroma-99eab1fa2a39b7a7fba6cdbb92c01e9c7c81aa88.zip | |
Merge branch 'revert-e944b152' into 'develop'
Revert "Merge branch 'strip-object-actor' into 'develop'"
See merge request pleroma/pleroma!4112
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 a5e5f559b..9c23a1c9b 100644 --- a/test/fixtures/create-chat-message.json +++ b/test/fixtures/create-chat-message.json @@ -1,10 +1,10 @@ { - "actor": "http://mastodon.example.org/users/admin", - "id": "http://mastodon.example.org/objects/1", + "actor": "http://2hu.gensokyo/users/raymoo", + "id": "http://2hu.gensokyo/objects/1", "object": { - "attributedTo": "http://mastodon.example.org/users/admin", + "attributedTo": "http://2hu.gensokyo/users/raymoo", "content": "You expected a cute girl? Too bad. <script>alert('XSS')</script>", - "id": "http://mastodon.example.org/objects/2", + "id": "http://2hu.gensokyo/objects/2", "published": "2020-02-12T14:08:20Z", "to": [ "http://2hu.gensokyo/users/marisa" |
