Merge branch 'develop' into feature/incoming_ostatus
[akkoma] / lib / pleroma / web / ostatus / feed_representer.ex
index 2cc0da9baf554d7577a706fe9256a73a0c9deb40..10a1ffb259674cb22a31245f1c1274259f42d081 100644 (file)
@@ -17,7 +17,8 @@ defmodule Pleroma.Web.OStatus.FeedRepresenter do
       :feed, [
         xmlns: 'http://www.w3.org/2005/Atom',
         "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']},