From 6de079a5af328d26d7cbc8daf3367d16c311fddb Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 18 Dec 2016 12:17:45 +0100 Subject: Removing external hub completely, fix #333 fixing digit-only hashtags, removing web app capability from non-webapp pages --- app/views/accounts/show.atom.ruby | 1 - 1 file changed, 1 deletion(-) (limited to 'app/views/accounts/show.atom.ruby') diff --git a/app/views/accounts/show.atom.ruby b/app/views/accounts/show.atom.ruby index b2903d189..a22568396 100644 --- a/app/views/accounts/show.atom.ruby +++ b/app/views/accounts/show.atom.ruby @@ -15,7 +15,6 @@ Nokogiri::XML::Builder.new do |xml| link_alternate xml, TagManager.instance.url_for(@account) link_self xml, account_url(@account, format: 'atom') link_hub xml, api_push_url - link_hub xml, Rails.configuration.x.hub_url link_salmon xml, api_salmon_url(@account.id) @entries.each do |stream_entry| -- cgit