summaryrefslogtreecommitdiff
path: root/test/fixtures/tesla_mock
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-06 11:38:40 +0200
committerlain <lain@soykaf.club>2020-07-06 11:38:40 +0200
commit208baf157ad0c8be470566d5d51d0214c229e6a5 (patch)
tree6f152bb068f3fd22f020ee8bdbee005d96c7d466 /test/fixtures/tesla_mock
parent74b88c0a8bb12c3d534c826d6d1547bc40fff634 (diff)
downloadpleroma-208baf157ad0c8be470566d5d51d0214c229e6a5.tar.gz
pleroma-208baf157ad0c8be470566d5d51d0214c229e6a5.zip
ActivityPub: Add new 'capabilities' to user.
Diffstat (limited to 'test/fixtures/tesla_mock')
-rw-r--r--test/fixtures/tesla_mock/admin@mastdon.example.org.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/fixtures/tesla_mock/admin@mastdon.example.org.json b/test/fixtures/tesla_mock/admin@mastdon.example.org.json
index f5cf174be..a911b979a 100644
--- a/test/fixtures/tesla_mock/admin@mastdon.example.org.json
+++ b/test/fixtures/tesla_mock/admin@mastdon.example.org.json
@@ -26,7 +26,9 @@
"summary": "\u003cp\u003e\u003c/p\u003e",
"url": "http://mastodon.example.org/@admin",
"manuallyApprovesFollowers": false,
- "acceptsChatMessages": true,
+ "capabilities": {
+ "acceptsChatMessages": true
+ },
"publicKey": {
"id": "http://mastodon.example.org/users/admin#main-key",
"owner": "http://mastodon.example.org/users/admin",