Mercurial > rsstweet
diff app/helpers/application_helper.rb @ 175:52252ae4b580
Static tag because it's supposed to be the same across rsstweet installs
author | nanaya <me@nanaya.pro> |
---|---|
date | Tue, 02 Oct 2018 23:58:36 +0900 |
parents | df4be896ab8b |
children | 70e90ea4b870 |
line wrap: on
line diff
--- 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)