# HG changeset patch # User nanaya # Date 1538492316 -32400 # Node ID 52252ae4b580167d036e74977f2395f7615f3218 # Parent d35dbc09bd83c56673458d563263434c5dea910b Static tag because it's supposed to be the same across rsstweet installs diff -r d35dbc09bd83 -r 52252ae4b580 app/helpers/application_helper.rb --- a/app/helpers/application_helper.rb Thu Aug 09 19:31:22 2018 +0900 +++ b/app/helpers/application_helper.rb Tue Oct 02 23:58:36 2018 +0900 @@ -2,7 +2,7 @@ include Twitter::TwitterText::Autolink def atom_id(id) - "tag:#{request.host},2005:#{id}" + "tag:rsstweet@nanaya.pro,2014:#{id}" end def expand_url(text, *urls)