Skip to content

Commit

Permalink
Relocate icons for RSS entries.
Browse files Browse the repository at this point in the history
Having my username in the URL triggered mention notifications if I ever dared to log out ...

Refs #5, #14.
  • Loading branch information
xurizaemon committed Apr 22, 2017
1 parent fa4e7fc commit 1fbb427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions external-scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"hubot-remind-her",
"hubot-rules",
"hubot-rss-poller2",
"hubot-shipit",
"hubot-twitter-mention"
"hubot-shipit"
]
4 changes: 2 additions & 2 deletions hubotrssconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"pingIntervalSeconds": "60",
"alertPrefix": "",
"alertSuffix": "",
"messageTpl": "`New StackExchange question: [${latestItem.getTitle()}](${latestItem.getPermalink()})`"
"messageTpl": "`![SE](https://resources.fudev.co.nz/rss-stackexchange.gif) New StackExchange question: [${latestItem.getTitle()}](${latestItem.getPermalink()})`"
},
{
"id": "civicrm-blog",
Expand All @@ -27,6 +27,6 @@
"pingIntervalSeconds": "60",
"alertPrefix": "",
"alertSuffix": "",
"messageTpl": "`New CiviCRM blog: [${latestItem.getTitle()}](${latestItem.getPermalink()})`"
"messageTpl": "`[Blog](https://resources.fudev.co.nz/rss-civicrm.gif) New CiviCRM blog: [${latestItem.getTitle()}](${latestItem.getPermalink()})`"
}]
}

0 comments on commit 1fbb427

Please sign in to comment.