diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-06-18 19:32:03 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-06-20 00:08:26 +0200 |
commit | 3d4cfc9c5f3969e08c32781385c86f310eba70a2 (patch) | |
tree | 241418371317ec1dbc05733bf96f66b784531af2 /test | |
parent | f9282677731cca96a1316e2830507837535c06e0 (diff) | |
download | pleroma-3d4cfc9c5f3969e08c32781385c86f310eba70a2.tar.gz pleroma-3d4cfc9c5f3969e08c32781385c86f310eba70a2.zip |
Stop filling conversation field on incoming objects (legacy, unused)
conversation field is still set for outgoing federation for compatibility.
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 |