diff options
author | lain <lain@soykaf.club> | 2020-06-20 09:45:01 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-20 09:45:01 +0000 |
commit | 6f6ccfcccadf66cb9ffc8ac703fb82fbfbb5e828 (patch) | |
tree | 241418371317ec1dbc05733bf96f66b784531af2 /test | |
parent | f9282677731cca96a1316e2830507837535c06e0 (diff) | |
parent | 3d4cfc9c5f3969e08c32781385c86f310eba70a2 (diff) | |
download | pleroma-6f6ccfcccadf66cb9ffc8ac703fb82fbfbb5e828.tar.gz pleroma-6f6ccfcccadf66cb9ffc8ac703fb82fbfbb5e828.zip |
Merge branch 'cleanup/object-conversation' into 'develop'
Stop filling conversation field on incoming objects (legacy, unused)
See merge request pleroma/pleroma!2663
Diffstat (limited to 'test')
-rw-r--r-- | test/web/activity_pub/transmogrifier_test.exs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/web/activity_pub/transmogrifier_test.exs b/test/web/activity_pub/transmogrifier_test.exs index 94d8552e8..47d6e843a 100644 --- a/test/web/activity_pub/transmogrifier_test.exs +++ b/test/web/activity_pub/transmogrifier_test.exs @@ -1571,9 +1571,6 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do assert modified_object["inReplyToAtomUri"] == "https://shitposter.club/notice/2827873" - assert modified_object["conversation"] == - "tag:shitposter.club,2017-05-05:objectType=thread:nonce=3c16e9c2681f6d26" - assert modified_object["context"] == "tag:shitposter.club,2017-05-05:objectType=thread:nonce=3c16e9c2681f6d26" end |