diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-05-03 20:06:00 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-05-03 20:06:00 +0200 |
commit | 1077c5c58d13325cd61893c609cad6505ad1d32e (patch) | |
tree | 50d0cf277bd1e270dd24fe01af517f6864d05e93 /lib | |
parent | 53d05af5b61771782af3946181cc3139f3897cca (diff) | |
download | pleroma-1077c5c58d13325cd61893c609cad6505ad1d32e.tar.gz |
Remove reply-to for shares, mastodon gets confused.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/ostatus/activity_representer.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/ostatus/activity_representer.ex b/lib/pleroma/web/ostatus/activity_representer.ex index dc7526598..41a42b7cb 100644 --- a/lib/pleroma/web/ostatus/activity_representer.ex +++ b/lib/pleroma/web/ostatus/activity_representer.ex @@ -114,7 +114,6 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do {:"ostatus:conversation", [], h.(activity.data["context"])}, {:link, [href: h.(activity.data["context"]), rel: 'ostatus:conversation'], []}, {:link, [rel: 'self', type: ['application/atom+xml'], href: h.(activity.data["id"])], []}, - {:"thr:in-reply-to", [ref: to_charlist(activity.data["object"])], []}, {:"activity:object", retweeted_xml} ] ++ mentions ++ author end |