From 1fbb427ff70ad3220dcfcb1603ce852fa8db5358 Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Sat, 22 Apr 2017 16:52:42 +1200 Subject: [PATCH] Relocate icons for RSS entries. Having my username in the URL triggered mention notifications if I ever dared to log out ... Refs #5, #14. --- external-scripts.json | 3 +-- hubotrssconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/external-scripts.json b/external-scripts.json index 08b03d8..cb2e28a 100644 --- a/external-scripts.json +++ b/external-scripts.json @@ -16,6 +16,5 @@ "hubot-remind-her", "hubot-rules", "hubot-rss-poller2", - "hubot-shipit", - "hubot-twitter-mention" + "hubot-shipit" ] diff --git a/hubotrssconfig.json b/hubotrssconfig.json index a10bcf9..28482e4 100644 --- a/hubotrssconfig.json +++ b/hubotrssconfig.json @@ -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", @@ -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()})`" }] }