Add thr:in-reply-to to ostatus representer.
[akkoma] / lib / pleroma / web / ostatus / feed_representer.ex
index 2cc0da9baf554d7577a706fe9256a73a0c9deb40..db7b685f36129cae6a34379ccbff5721abaae3fc 100644 (file)
@@ -16,8 +16,10 @@ defmodule Pleroma.Web.OStatus.FeedRepresenter do
     [{
       :feed, [
         xmlns: 'http://www.w3.org/2005/Atom',
+        "xmlns:thr": 'http://purl.org/syndication/thread/1.0',
         "xmlns:activity": 'http://activitystrea.ms/spec/1.0/',
-        "xmlns:poco": 'http://portablecontacts.net/spec/1.0'
+        "xmlns:poco": 'http://portablecontacts.net/spec/1.0',
+        "xmlns:ostatus": 'http://ostatus.org/schema/1.0'
       ], [
         {:id, h.(OStatus.feed_path(user))},
         {:title, ['#{user.nickname}\'s timeline']},