diff options
author | lain <lain@soykaf.club> | 2020-07-03 13:58:34 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-03 13:58:34 +0200 |
commit | 5c0bf4c4721f03bd854d4466e77aa08e260c9299 (patch) | |
tree | 982f373740729ef6b019b524e628c845a408dcd4 /test/fixtures | |
parent | 8289ec67a80697a1a4843c0ea50e66b01bf3bb00 (diff) | |
download | pleroma-5c0bf4c4721f03bd854d4466e77aa08e260c9299.tar.gz pleroma-5c0bf4c4721f03bd854d4466e77aa08e260c9299.zip |
ActivityPub: Ingest information about chat acceptance.
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/tesla_mock/admin@mastdon.example.org.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/tesla_mock/admin@mastdon.example.org.json b/test/fixtures/tesla_mock/admin@mastdon.example.org.json index 9fdd6557c..f5cf174be 100644 --- a/test/fixtures/tesla_mock/admin@mastdon.example.org.json +++ b/test/fixtures/tesla_mock/admin@mastdon.example.org.json @@ -26,6 +26,7 @@ "summary": "\u003cp\u003e\u003c/p\u003e", "url": "http://mastodon.example.org/@admin", "manuallyApprovesFollowers": false, + "acceptsChatMessages": true, "publicKey": { "id": "http://mastodon.example.org/users/admin#main-key", "owner": "http://mastodon.example.org/users/admin", |