Mercurial > rsstweet
changeset 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 | d35dbc09bd83 |
children | 08cc4a4d8a5f |
files | app/helpers/application_helper.rb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)