Revert "Also accept user id as feed topic."
[akkoma] / lib / pleroma / web / ostatus / feed_representer.ex
index 10a1ffb259674cb22a31245f1c1274259f42d081..db7b685f36129cae6a34379ccbff5721abaae3fc 100644 (file)
@@ -16,6 +16,7 @@ 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:ostatus": 'http://ostatus.org/schema/1.0'