summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-06-20 09:45:01 +0000
committerlain <lain@soykaf.club>2020-06-20 09:45:01 +0000
commit6f6ccfcccadf66cb9ffc8ac703fb82fbfbb5e828 (patch)
tree241418371317ec1dbc05733bf96f66b784531af2 /test
parentf9282677731cca96a1316e2830507837535c06e0 (diff)
parent3d4cfc9c5f3969e08c32781385c86f310eba70a2 (diff)
downloadpleroma-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.exs3
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